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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ?嵩台H | 001111111001000010010011100100011110010001001000 | 3f909391e448 |
EUC-JP | ?嵩台H | 001111111011111111110011110000101110011001001000 | 3fbff3c2e648 |
UTF-8 | 룶嵩台H | 11101011101000111011011011100101101101011010100111100101100011111011000001001000 | eba3b6e5b5a9e58fb048 |
UHC | 룶嵩台H | 10001111101010111110001110100001111101111011101101001000 | 8fabe3a1f7bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)