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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 之??? | 1001010001010110001111110011111100111111 | 94563f3f3f |
EUC-JP | 之??? | 1100011110110111001111110011111100111111 | c7b73f3f3f |
UTF-8 | 之ㅸ렫렲 | 111001001011100110001011111000111000010110111000111010111010000010101011111010111010000010110010 | e4b98be385b8eba0abeba0b2 |
UHC | 之ㅸ렫렲 | 1111000111111101101001001110100010001110101110011000111010111111 | f1fda4e88eb98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)