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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訂?聆窪 | 10010010111110010011111111100011110101111000110001000101 | 92f93fe3d78c45 |
EUC-JP | 訂?聆窪 | 11000100111110110011111111100110110110011011011110100110 | c4fb3fe6d9b7a6 |
UTF-8 | 訂흘聆窪 | 111010001010100010000010111011011001110110011000111010001000000110000110111001111010101010101010 | e8a882ed9d98e88186e7aaaa |
UHC | 訂흘聆窪 | 1110111111110100110010001110101011010110110000001110100011000001 | eff4c8ead6c0e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)