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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陦呱。堤 | 11101000101000011001100111101011101000011001001011100111 | e8a199eba192e7 |
EUC-JP | 陦呱。堤 | 1111000010100011110100101110110110001110101000011100010011101001 | f0a3d2ed8ea1c4e9 |
UTF-8 | 陦呱。堤 | 111010011001100110100110111001011001000110110001111011111011110110100001111001011010000010100100 | e999a6e591b1efbda1e5a0a4 |
UHC | ?呱?堤 | 001111111100110110110010001111111111000010100111 | 3fcdb23ff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)