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 | 予歪湜絮 | 1001011101011100100110000110001111111011010001111110001101010000 | 975c9863fb47e350 |
EUC-JP | 予歪湜絮 | 110011011011110111001111110001001000111111000111111111001110010110110001 | cdbdcfc48fc7fce5b1 |
UTF-8 | 予歪湜絮 | 111001001011101010001000111001101010110110101010111001101011100110011100111001111011010110101110 | e4ba88e6adaae6b99ce7b5ae |
UHC | 予歪湜絮 | 1110010111111000111010001110000011100011110101111101111111111100 | e5f8e8e0e3d7dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)