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 | 畑??倚ζ? | 100101001010100000111111001111111001100011011111100000111100010000111111 | 94a83f3f98df83c43f |
EUC-JP | 畑??倚ζ? | 110010001010101000111111001111111101000011100001101001101100011000111111 | c8aa3f3fd0e1a6c63f |
UTF-8 | 畑띕뀪倚ζ쨫 | 1110011110010101100100011110101110011101100101011110101110000000101010101110010110000000100110101100111010110110111011001010100010101011 | e79591eb9d95eb80aae5809aceb6eca8ab |
UHC | 畑띕뀪倚ζ쨫 | 111011111010010110110110111010111000010110100000111010111110111110100101111001101010010010000101 | efa5b6eb85a0ebefa5e6a485 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)