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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鰲??底??B | 111010011110000000111111001111111001001011101010001111110011111101000010 | e9e03f3f92ea3f3f42 |
EUC-JP | 鰲??底??B | 111100101110001000111111001111111100010011101100001111110011111101000010 | f2e23f3fc4ec3f3f42 |
UTF-8 | 鰲얕땃底쏙쉔B | 11101001101100001011001011101100100101101001010111101011100101011000001111100101101110101001010111101100100011111001100111101100100010011001010001000010 | e9b0b2ec9695eb9583e5ba95ec8f99ec899442 |
UHC | 鰲얕땃底쏙쉔B | 11101000101001111011111011101000101101101010001111101110101111001011110111101111101111011010100001000010 | e8a7bee8b6a3eebcbdefbda842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)