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 | 蜆艇匣 | 111001011000010010010010111110001001100110111000 | e58492f899b8 |
EUC-JP | 蜆艇匣 | 111010011110010011000100111110101101001010111010 | e9e4c4fad2ba |
UTF-8 | 蜆艇匣 | 111010001001110010000110111010001000100110000111111001011000110010100011 | e89c86e88987e58ca3 |
UHC | ?艇匣 | 0011111111101111111100111100101110100001 | 3feff3cba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)