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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?盒?秘?B | 0011111111100001101101000011111110010100111010010011111101000010 | 3fe1b43f94e93f42 |
EUC-JP | ?盒?秘?B | 0011111111100010101101100011111111001000111010110011111101000010 | 3fe2b63fc8eb3f42 |
UTF-8 | 뤯盒톽秘렩B | 11101011101001001010111111100111100110111001001011101101100001101011110111100111101001111001100011101011101000001010100101000010 | eba4afe79b92ed86bde7a798eba0a942 |
UHC | 뤯盒톽秘렩B | 1000111111011101111110011110110010110111100011111101110111111010100011101011011101000010 | 8fddf9ecb78fddfa8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)