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 | 譯????┷ | 1110011010100001001111110011111100111111001111111000010010111000 | e6a13f3f3f3f84b8 |
EUC-JP | 譯????┷ | 1110110010100011001111110011111100111111001111111010100010111010 | eca33f3f3f3fa8ba |
UTF-8 | 譯롢끁栒딉┷ | 111010001010110110101111111010111010000110100010111010111000000110000001111001101010000010010010111010111001010010001001111000101001010010110111 | e8adafeba1a2eb8181e6a092eb9489e294b7 |
UHC | 譯롢끁栒딉┷ | 111001101011101110001110111000111000010110110111111000101110001110001010111011111010011010111010 | e6bb8ee385b7e2e38aefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)