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 | 霓??油 | 111010001011110100111111001111111001011011111011 | e8bd3f3f96fb |
EUC-JP | 霓??油 | 111100001011111100111111001111111100110011111101 | f0bf3f3fccfd |
UTF-8 | 霓낅뜄油 | 111010011001110010010011111010111000001010000101111010111001110010000100111001101011001010111001 | e99c93eb8285eb9c84e6b2b9 |
UHC | 霓낅뜄油 | 1110011111100111100001011110101110001101100010001110101011111010 | e7e785eb8d88eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)