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 | 荼治磁 | 111001001011011010001110101000011000111010100101 | e4b68ea18ea5 |
EUC-JP | 荼治磁 | 111010001011100010111100101000111011110010100111 | e8b8bca3bca7 |
UTF-8 | 荼治磁 | 111010001000110110111100111001101011001010111011111001111010001110000001 | e88dbce6b2bbe7a381 |
UHC | ?治磁 | 0011111111110110101111011110110110111000 | 3ff6bdedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)