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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 亨℡?d | 100010111001110010000111100001000011111101100100 | 8b9c87843f64 |
EUC-JP | 亨??d | 1011010111111100001111110011111101100100 | b5fc3f3f64 |
UTF-8 | 亨℡윿d | 11100100101110101010100011100010100001001010000111101100100111001011111101100100 | e4baa8e284a1ec9cbf64 |
UHC | 亨℡윿d | 11111010111110111010001011100101100111111011011101100100 | fafba2e59fb764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)