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 | ????壹里 | 0011111100111111001111110011111110011010111000111001011110100010 | 3f3f3f3f9ae397a2 |
EUC-JP | ????壹里 | 0011111100111111001111110011111111010100111001011100111010100100 | 3f3f3f3fd4e5cea4 |
UTF-8 | 씻롒吝뤒壹里 | 111011001001010010111011111010111010000110010010111011111010011110101101111010111010010010010010111001011010001110111001111010011000011110001100 | ec94bbeba192efa7adeba492e5a3b9e9878c |
UHC | 씻롒吝뤒壹里 | 101111101100010010001110110101111110110011010101100011111100001011101100111011001101011111101100 | bec48ed7ecd58fc2ececd7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)