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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 揖皋蚌] | 10010111010010111110000110100110111001010111001001011101 | 974be1a6e5725d |
EUC-JP | 揖皋蚌] | 11001101101011001110001010101000111010011101001101011101 | cdace2a8e9d35d |
UTF-8 | 揖皋蚌] | 11100110100011111001011011100111100110101000101111101000100110101000110001011101 | e68f96e79a8be89a8c5d |
UHC | 揖?蚌] | 111010111110011100111111110110111011110101011101 | ebe73fdbbd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)