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 | 艶?墺?オ岳 | 10001001100100000011111110011010110100100011111110000011010010011000101001111000 | 89903f9ad23f83498a78 |
EUC-JP | 艶?墺?オ岳 | 10110001111100000011111111010100110101000011111110100101101010101011001111011001 | b1f03fd4d43fa5aab3d9 |
UTF-8 | 艶쵧墺든オ岳 | 111010001000100110110110111011001011010110100111111001011010001010111010111010111001001110100000111000111000001010101010111001011011001010110011 | e889b6ecb5a7e5a2baeb93a0e382aae5b2b3 |
UHC | 艶쵧墺든オ岳 | 111001101111110110101101010001101110011111110010101101011110011110101011101010101110010010111111 | e6fdad46e7f2b5e7abaae4bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)