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 | 闍」轤翫い | 111010001000101110100011111001111000001010001010111000111000001010100010 | e88ba3e7828ae382a2 |
EUC-JP | 闍」轤翫い | 11101111111010111000111010100011111011011110001010110100111001011010010010100100 | efeb8ea3ede2b4e5a4a4 |
UTF-8 | 闍」轤翫い | 111010011001011110001101111011111011110110100011111010001011110110100100111001111011111110101011111000111000000110000100 | e9978defbda3e8bda4e7bfabe38184 |
UHC | ???翫い | 00111111001111110011111111101000110100011010101010100100 | 3f3f3fe8d1aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)