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 | 梓?新??? | 1000100010110010001111111001000001010110001111110011111100111111 | 88b23f90563f3f3f |
EUC-JP | 梓?新??? | 1011000010110100001111111011111110110111001111110011111100111111 | b0b43fbfb73f3f3f |
UTF-8 | 梓렮新찌렧렗 | 111001101010001010010011111010111010000010101110111001101001011010110000111011001011000010001100111010111010000010100111111010111010000010010111 | e6a293eba0aee696b0ecb08ceba0a7eba097 |
UHC | 梓렮新찌렧렗 | 111011101010100110001110101110111110001111100110110000101110111010001110101101101000111010101100 | eea98ebbe3e6c2ee8eb68eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)