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 | 霎滉ケ厘ソ | 1110100010111110100111111110010010111001100101111101000010111111 | e8be9fe4b997d0bf |
EUC-JP | 霎滉ケ厘ソ | 11110000110000001101111011100110100011101011100111001110110100101000111010111111 | f0c0dee68eb9ced28ebf |
UTF-8 | 霎滉ケ厘ソ | 111010011001110010001110111001101011101110001001111011111011110110111001111001011000111010011000111011111011110110111111 | e99c8ee6bb89efbdb9e58e98efbdbf |
UHC | ?滉?厘? | 00111111111111001101000100111111110101111101100000111111 | 3ffcd13fd7d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)