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 | ?舌瀟? | 001111111001000011100011111000000110111000111111 | 3f90e3e06e3f |
EUC-JP | 炤舌瀟炤 | 10001111110010011101001011000000111001011101111111001111100011111100100111010010 | 8fc9d2c0e5dfcf8fc9d2 |
UTF-8 | 炤舌瀟炤 | 111001111000001010100100111010001000100010001100111001111000000010011111111001111000001010100100 | e782a4e8888ce7809fe782a4 |
UHC | 炤舌瀟炤 | 1110000110111111111000001101111111100001101111101110000110111111 | e1bfe0dfe1bee1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)