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 | 助???紙? | 1000111110010101001111110011111100111111100011101000011000111111 | 8f953f3f3f8e863f |
EUC-JP | 助???紙? | 1011110111110101001111110011111100111111101110111110011000111111 | bdf53f3f3fbbe63f |
UTF-8 | 助닺렪렖紙렒 | 111001011000101010101001111010111000101110111010111010111010000010101010111010111010000010010110111001111011010010011001111010111010000010010010 | e58aa9eb8bbaeba0aaeba096e7b499eba092 |
UHC | 助닺렪렖紙렒 | 111100001011111010110100111010001000111010111000100011101010101111110010101101011000111010100111 | f0beb4e88eb88eabf2b58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)