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 | ???仰?? | 00111111001111110011111110001011110000100011111100111111 | 3f3f3f8bc23f3f |
EUC-JP | ???仰?? | 00111111001111110011111110110110110001000011111100111111 | 3f3f3fb6c43f3f |
UTF-8 | 琉꿩뫖仰띔끝 | 111011111010011110001100111010101011111110101001111010111010101110010110111001001011101110110000111010111001110110010100111010111000000110011101 | efa78ceabfa9ebab96e4bbb0eb9d94eb819d |
UHC | 琉꿩뫖仰띔끝 | 111010111010010010110010111001101001000110111000111001001110011010110110111010101011001110100001 | eba4b2e691b8e4e6b6eab3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)