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 | ??U?? | 0011111100111111010101010011111100111111 | 3f3f553f3f |
SJIS-WIN | ?ゥU?「 | 0011111110101001010101010011111110100010 | 3fa9553fa2 |
EUC-JP | ?ゥU?「 | 00111111100011101010100101010101001111111000111010100010 | 3f8ea9553f8ea2 |
UTF-8 | 䵸ゥU䵸「 | 11100100101101011011100011101111101111011010100101010101111001001011010110111000111011111011110110100010 | e4b5b8efbda955e4b5b8efbda2 |
UHC | ??U?? | 0011111100111111010101010011111100111111 | 3f3f553f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)