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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 譯??G | 1110011010100001001111110011111101000111 | e6a13f3f47 |
EUC-JP | 譯??G | 1110110010100011001111110011111101000111 | eca33f3f47 |
UTF-8 | 譯볡뀶G | 11101000101011011010111111101011101100111010000111101011100000001011011001000111 | e8adafebb3a1eb80b647 |
UHC | 譯볡뀶G | 11100110101110111001001111100111100001011010110001000111 | e6bb93e785ac47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)