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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 趾??級? | 11100110111001000011111100111111100010111000100100111111 | e6e43f3f8b893f |
EUC-JP | 趾??級? | 11101100111001100011111100111111101101011110100100111111 | ece63f3fb5e93f |
UTF-8 | 趾얗렒級가 | 111010001011011010111110111011001001011010010111111010111010000010010010111001111011010010011010111010101011000010000000 | e8b6beec9697eba092e7b49aeab080 |
UHC | 趾얗렒級가 | 11110010101111111011111011101001100011101010011111010000111001001011000010100001 | f2bfbee98ea7d0e4b0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)