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 | 嗚?ぎ | 1001101001101010001111111000001010101100 | 9a6a3f82ac |
EUC-JP | 嗚?ぎ | 1101001111001011001111111010010010101110 | d3cb3fa4ae |
UTF-8 | 嗚밭ぎ | 111001011001011110011010111010111011000010101101111000111000000110001110 | e5979aebb0ade3818e |
UHC | 嗚밭ぎ | 111001111111000010111001111001111010101010101110 | e7f0b9e7aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)