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 | 辟ー岦ケ | 111001111000010010110000111110101010110010111001 | e784b0faacb9 |
EUC-JP | 辟ー岦ケ | 111011011110010010001110101100001000111110111011101100111000111010111001 | ede48eb08fbbb38eb9 |
UTF-8 | 辟ー岦ケ | 111010001011111010011111111011111011110110110000111001011011001010100110111011111011110110111001 | e8be9fefbdb0e5b2a6efbdb9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)