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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 揖皋蚌Q] | 1001011101001011111000011010011011100101011100100101000101011101 | 974be1a6e572515d |
EUC-JP | 揖皋蚌Q] | 1100110110101100111000101010100011101001110100110101000101011101 | cdace2a8e9d3515d |
UTF-8 | 揖皋蚌Q] | 1110011010001111100101101110011110011010100010111110100010011010100011000101000101011101 | e68f96e79a8be89a8c515d |
UHC | 揖?蚌Q] | 11101011111001110011111111011011101111010101000101011101 | ebe73fdbbd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)