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 | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | 源?o雍?OB | 10001100101110010011111110000010100011111110100010110100001111110100111101000010 | 8cb93f828fe8b43f4f42 |
EUC-JP | 源?o雍?OB | 10111000101110110011111110100011111011111111000010110110001111110100111101000010 | b8bb3fa3eff0b63f4f42 |
UTF-8 | 源장o雍렢OB | 1110011010111010100100001110110010011110101001011110111110111101100011111110100110011011100011011110101110100000101000100100111101000010 | e6ba90ec9ea5efbd8fe99b8deba0a24f42 |
UHC | 源장o雍렢OB | 111010101011100111000000111001011010001111101111111010001011110010001110101100110100111101000010 | eab9c0e5a3efe8bc8eb34f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)