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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 甕????G | 11100001010100000011111100111111001111110011111101000111 | e1503f3f3f3f47 |
EUC-JP | 甕????G | 11100001101100010011111100111111001111110011111101000111 | e1b13f3f3f3f47 |
UTF-8 | 甕됪쳛掠걐G | 11100111100101001001010111101011100100001010101011101100101100111001101111101111101001011011010111101010101100011001000001000111 | e79495eb90aaecb39befa5b5eab19047 |
UHC | 甕됪쳛掠걐G | 1110100010111000100010011110011010101011100000011110010110110001100000010111011001000111 | e8b889e6ab81e5b1817647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)