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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??移?悠 | 00111111001111111000100011011010001111111001011101001001 | 3f3f88da3f9749 |
EUC-JP | 佾?移?悠 | 100011111011000011111011001111111011000011011100001111111100110110101010 | 8fb0fb3fb0dc3fcdaa |
UTF-8 | 佾렪移렊悠 | 111001001011110110111110111010111010000010101010111001111010011110111011111010111010000010001010111001101000001010100000 | e4bdbeeba0aae7a7bbeba08ae682a0 |
UHC | 佾렪移렊悠 | 11101100111010111000111010111000111011001011100110001110101000011110101011101101 | eceb8eb8ecb98ea1eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)