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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 尺釈灼 | 100011101101101010001110110111111000111011011100 | 8eda8edf8edc |
EUC-JP | 尺釈灼 | 101111001101110010111100111000011011110011011110 | bcdcbce1bcde |
UTF-8 | 尺釈灼 | 111001011011000010111010111010011000011110001000111001111000000110111100 | e5b0bae98788e781bc |
UHC | 尺?灼 | 1111010010101001001111111110110111000111 | f4a93fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)