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 | 訂橋??遠 | 1001001011111001100010111011010000111111001111111000100110010011 | 92f98bb43f3f8993 |
EUC-JP | 訂橋??遠 | 1100010011111011101101101011011000111111001111111011000111110011 | c4fbb6b63f3fb1f3 |
UTF-8 | 訂橋렓렜遠 | 111010001010100010000010111001101010100110001011111010111010000010010011111010111010000010011100111010011000000110100000 | e8a882e6a98beba093eba09ce981a0 |
UHC | 訂橋렓렜遠 | 11101111111101001100111011101001100011101010100010001110101011101110101011000000 | eff4cee98ea88eaeeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)