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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮨守オイ諷ョ | 111010011011110110001110111001111011010110110010111001101000010110101110 | e9bd8ee7b5b2e685ae |
EUC-JP | 鮨守オイ諷ョ | 111100101011111110111100111010011000111010110101100011101011001011101011111001011000111010101110 | f2bfbce98eb58eb2ebe58eae |
UTF-8 | 鮨守オイ諷ョ | 111010011010111010101000111001011010111010001000111011111011110110110101111011111011110110110010111010001010101110110111111011111011110110101110 | e9aea8e5ae88efbdb5efbdb2e8abb7efbdae |
UHC | ?守??諷? | 0011111111100001111110100011111100111111111110011010010000111111 | 3fe1fa3f3ff9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)