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 | 藪?肴 | 1110010101001101001111111000110111100110 | e54d3f8de6 |
EUC-JP | 藪霱肴 | 11101001101011101000111111100111101010111011101011101000 | e9ae8fe7abbae8 |
UTF-8 | 藪霱肴 | 111010001001011110101010111010011001110010110001111010001000001010110100 | e897aae99cb1e882b4 |
UHC | 藪?肴 | 1110001010111111001111111111110110100010 | e2bf3ffda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)