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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?氈?? | 0011111110011111100000010011111100111111 | 3f9f813f3f |
EUC-JP | ?氈?? | 0011111111011101111000010011111100111111 | 3fdde13f3f |
UTF-8 | 않氈렪롊 | 111011001001010110001010111001101011000010001000111010111010000010101010111010111010000110001010 | ec958ae6b088eba0aaeba18a |
UHC | 않氈렪롊 | 1011111011001010111011101111110110001110101110001000111011010000 | becaeefd8eb88ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)