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 | 憶ル?與 | 10001001101011111000001110001011001111111110010001101111 | 89af838b3fe46f |
EUC-JP | 憶ル?與 | 10110010101100011010010111101011001111111110011111010000 | b2b1a5eb3fe7d0 |
UTF-8 | 憶ル젽與 | 111001101000011010110110111000111000001110101011111011001010000010111101111010001000100010000111 | e686b6e383abeca0bde88887 |
UHC | 憶ル젽與 | 1110010111100011101010111110101110100000101011111110011010101000 | e5e3abeba0afe6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)