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 | 漆霑舎 | 100011101011110111101000101111111000111011001001 | 8ebde8bf8ec9 |
EUC-JP | 漆霑舎 | 101111001011111111110000110000011011110011001011 | bcbff0c1bccb |
UTF-8 | 漆霑舎 | 111001101011110010000110111010011001110010010001111010001000100010001110 | e6bc86e99c91e8888e |
UHC | 漆霑? | 1111011011010100111011111100010100111111 | f6d4efc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)