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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 枝?雍?珥?H | 10001110011111010011111111101000101101000011111111100000111000000011111101001000 | 8e7d3fe8b43fe0e03f48 |
EUC-JP | 枝?雍?珥?H | 10111011110111100011111111110000101101100011111111100000111000100011111101001000 | bbde3ff0b63fe0e23f48 |
UTF-8 | 枝렏雍렏珥렜H | 11100110100111101001110111101011101000001000111111101001100110111000110111101011101000001000111111100111100011111010010111101011101000001001110001001000 | e69e9deba08fe99b8deba08fe78fa5eba09c48 |
UHC | 枝렏雍렏珥렜H | 11110010101010111000111010100101111010001011110010001110101001011110110010110100100011101010111001001000 | f2ab8ea5e8bc8ea5ecb48eae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)