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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 爰?新?善窪 | 11100000101001110011111110010000010101100011111110010001010100001000110001000101 | e0a73f90563f91508c45 |
EUC-JP | 爰?新?善窪 | 11100000101010010011111110111111101101110011111111000001101100011011011110100110 | e0a93fbfb73fc1b1b7a6 |
UTF-8 | 爰렢新잤善窪 | 111001111000100010110000111010111010000010100010111001101001011010110000111011001001111010100100111001011001011010000100111001111010101010101010 | e788b0eba0a2e696b0ec9ea4e59684e7aaaa |
UHC | 爰렢新잤善窪 | 111010101011101010001110101100111110001111100110110000001110010011100000101111001110100011000001 | eaba8eb3e3e6c0e4e0bce8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)