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 | ???E??H | 00111111001111110011111101000101001111110011111101001000 | 3f3f3f453f3f48 |
SJIS-WIN | ??ごE??H | 0011111100111111100000101011001001000101001111110011111101001000 | 3f3f82b2453f3f48 |
EUC-JP | ??ごE??H | 0011111100111111101001001011010001000101001111110011111101001000 | 3f3fa4b4453f3f48 |
UTF-8 | 룶欄ごE룴찹H | 1110101110100011101101101110111110100100100111011110001110000001100101000100010111101011101000111011010011101100101100001011100101001000 | eba3b6efa49de3819445eba3b4ecb0b948 |
UHC | 룶欄ごE룴찹H | 100011111010101111010001111011011010101010110100010001011000111110101001110000101111110101001000 | 8fabd1edaab4458fa9c2fd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)