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 | 助??? | 1000111110010101001111110011111100111111 | 8f953f3f3f |
EUC-JP | 助??? | 1011110111110101001111110011111100111111 | bdf53f3f3f |
UTF-8 | 助닿렠빵 | 111001011000101010101001111010111000101110111111111010111010000010100000111010111011100110110101 | e58aa9eb8bbfeba0a0ebb9b5 |
UHC | 助닿렠빵 | 1111000010111110101101001110101010001110101100011011101110100111 | f0beb4ea8eb1bba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)