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 | 茘?銀 | 1110010010101011001111111000101111100010 | e4ab3f8be2 |
EUC-JP | 茘閞銀 | 11101000101011011000111111100110101010001011011011100100 | e8ad8fe6a8b6e4 |
UTF-8 | 茘閞銀 | 111010001000110010011000111010011001011010011110111010011000101010000000 | e88c98e9969ee98a80 |
UHC | ??銀 | 00111111001111111110101111011110 | 3f3febde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)