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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 趙陌?低頭? | 11100110111000101110100010011001001111111001001011100001100100111010101000111111 | e6e2e8993f92e193aa3f |
EUC-JP | 趙陌?低頭? | 11101100111001001110111111111001001111111100010011100011110001101010110000111111 | ece4eff93fc4e3c6ac3f |
UTF-8 | 趙陌백低頭떵 | 111010001011011010011001111010011001100110001100111010111011000010110001111001001011110110001110111010011010000010101101111010111001011010110101 | e8b699e9998cebb0b1e4bd8ee9a0adeb96b5 |
UHC | 趙陌백低頭떵 | 111100001110000111011000111010001011100111101001111011101011100011010100111010011011011010111010 | f0e1d8e8b9e9eeb8d4e9b6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)