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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈??夭? | 10011110111101000011111100111111100110101110111000111111 | 9ef43f3f9aee3f |
EUC-JP | 橈??夭? | 11011100111101100011111100111111110101001111000000111111 | dcf63f3fd4f03f |
UTF-8 | 橈꾟돧夭똓 | 111001101010100110001000111010101011111010011111111010111000111110100111111001011010010010101101111010111001100010010011 | e6a988eabe9feb8fa7e5a4adeb9893 |
UHC | 橈꾟돧夭똓 | 11101000111110101000010011100010100010011010101111101000111011001000110001010010 | e8fa84e289abe8ec8c52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)