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 | 盻ニ杦ト | 111000011011101111000110111110101110000111000100 | e1bbc6fae1c4 |
EUC-JP | 盻ニ杦ト | 111000101011110110001110110001101000111111000011101000011000111011000100 | e2bd8ec68fc3a18ec4 |
UTF-8 | 盻ニ杦ト | 111001111001101110111011111011111011111010000110111001101001110110100110111011111011111010000100 | e79bbbefbe86e69da6efbe84 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)