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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 峀뤶뜭Y峀뤶뜭bE | 111001011011001110000000111010111010010010110110111010111001110010101101010110011110010110110011100000001110101110100100101101101110101110011100101011010110001001000101 | e5b380eba4b6eb9cad59e5b380eba4b6eb9cad6245 |
UHC | 峀뤶뜭Y峀뤶뜭bE | 111000011111110010001111111001001000110110101101010110011110000111111100100011111110010010001101101011010110001001000101 | e1fc8fe48dad59e1fc8fe48dad6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)