To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??黔B | 0011111100111111111010100111011101000010 | 3f3fea7742 |
EUC-JP | ??黔B | 0011111100111111111100111101100001000010 | 3f3ff3d842 |
UTF-8 | 뤈쮲黔B | 11101011101001001000100011101100101011101011001011101001101110111001010001000010 | eba488ecaeb2e9bb9442 |
UHC | 뤈쮲黔B | 10001111101110001010100010001111110011001010001101000010 | 8fb8a88fcca342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)