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 | ?橋? | 00111111100010111011010000111111 | 3f8bb43f |
EUC-JP | 灝橋? | 100011111100100110111111101101101011011000111111 | 8fc9bfb6b63f |
UTF-8 | 灝橋릊 | 111001111000000110011101111001101010100110001011111010111010011010001010 | e7819de6a98beba68a |
UHC | 灝橋릊 | 111110111100111011001110111010011011100010101011 | fbcecee9b8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)