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 | ?遯掉檍?愍 | 00111111111001111010101010011101011110111001111011111000001111111001110010111100 | 3fe7aa9d7b9ef83f9cbc |
EUC-JP | ?遯掉檍?愍 | 00111111111011101010110011011001110111001101110011111010001111111101100010111110 | 3feeacd9dcdcfa3fd8be |
UTF-8 | 暈遯掉檍멱愍 | 111011111010011110000101111010011000000110101111111001101000111010001001111001101010101010001101111010111010100110110001111001101000010010001101 | efa785e981afe68e89e6aa8deba9b1e6848d |
UHC | 暈遯掉檍멱愍 | 111010011111011111010100111011101101001111111100111001011110010110111000111010001101101011000000 | e9f7d4eed3fce5e5b8e8dac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)