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 | 諱ょ鳩 | 111001101000000110000010111001011001010010110101 | e68182e594b5 |
EUC-JP | 諱ょ鳩 | 111010111110000110100100111001111100100010110111 | ebe1a4e7c8b7 |
UTF-8 | 諱ょ鳩 | 111010001010101110110001111000111000001010000111111010011011001110101001 | e8abb1e38287e9b3a9 |
UHC | 諱ょ鳩 | 111111011100100110101010111001111100111111001101 | fdc9aae7cfcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)