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 | 裁烽? | 1000110111011001111000001000001000111111 | 8dd9e0823f |
EUC-JP | 裁烽? | 1011101011011011110111111110001000111111 | badbdfe23f |
UTF-8 | 裁烽범 | 111010001010001110000001111001111000001110111101111010111011001010010100 | e8a381e783bdebb294 |
UHC | 裁烽범 | 111011101010111011011100111010111011100111111100 | eeaedcebb9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)