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 | 齊朴?◆ | 11101010100011101001011001110000001111111000000110011111 | ea8e96703f819f |
EUC-JP | 齊朴?◆ | 11110011111011101100101111010001001111111010001010100001 | f3eecbd13fa2a1 |
UTF-8 | 齊朴닐◆ | 111010011011110110001010111001101001110010110100111010111000101110010000111000101001011110000110 | e9bd8ae69cb4eb8b90e29786 |
UHC | 齊朴닐◆ | 1111000010111010110110101101001110110100110100101010000111011111 | f0badad3b4d2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)