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 | 中?運?中 | 1001001010000110001111111000100101011110001111111001001010000110 | 92863f895e3f9286 |
EUC-JP | 中?運?中 | 1100001111100110001111111011000110111111001111111100001111100110 | c3e63fb1bf3fc3e6 |
UTF-8 | 中렪運렩中 | 111001001011100010101101111010111010000010101010111010011000000110001011111010111010000010101001111001001011100010101101 | e4b8adeba0aae9818beba0a9e4b8ad |
UHC | 中렪運렩中 | 11110001111010011000111010111000111010101010000110001110101101111111000111101001 | f1e98eb8eaa18eb7f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)