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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ン矜トフケB | 11011101111000011110000011000100110011001011100101000010 | dde1e0c4ccb942 |
EUC-JP | ン矜トフケB | 1000111011011101111000101110001010001110110001001000111011001100100011101011100101000010 | 8edde2e28ec48ecc8eb942 |
UTF-8 | ン矜トフケB | 11101111101111101001110111100111100111111001110011101111101111101000010011101111101111101000110011101111101111011011100101000010 | efbe9de79f9cefbe84efbe8cefbdb942 |
UHC | ?矜???B | 00111111110100001110100000111111001111110011111101000010 | 3fd0e83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)