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 | 讓碁ッ | 1110011010101000100011001110100110101111 | e6a88ce9af |
EUC-JP | 讓碁ッ | 111011001010101010111000111010111000111010101111 | ecaab8eb8eaf |
UTF-8 | 讓碁ッ | 111010001010111010010011111001111010001010000001111011111011110110101111 | e8ae93e7a281efbdaf |
UHC | 讓碁? | 1110010111010011110100011011001100111111 | e5d3d1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)