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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬘ー螳」譴オB | 11101001101000011011000011100101101011101010001111100110101000101011010101000010 | e9a1b0e5aea3e6a2b542 |
EUC-JP | 鬘ー螳」譴オB | 11110010101000111000111010110000111010101011000010001110101000111110110010100100100011101011010101000010 | f2a38eb0eab08ea3eca48eb542 |
UTF-8 | 鬘ー螳」譴オB | 11101001101011001001100011101111101111011011000011101000100111101011001111101111101111011010001111101000101011011011010011101111101111011011010101000010 | e9ac98efbdb0e89eb3efbda3e8adb4efbdb542 |
UHC | ??螳?譴?B | 001111110011111111010011110110010011111111001100101110010011111101000010 | 3f3fd3d93fccb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)