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 | 翁??憤翁? | 100010011010010100111111001111111001010110101110100010011010010100111111 | 89a53f3f95ae89a53f |
EUC-JP | 翁??憤翁? | 101100101010011100111111001111111100101010110000101100101010011100111111 | b2a73f3fcab0b2a73f |
UTF-8 | 翁댓렱憤翁댓 | 111001111011111110000001111010111000110010010011111010111010000010110001111001101000011010100100111001111011111110000001111010111000110010010011 | e7bf81eb8c93eba0b1e686a4e7bf81eb8c93 |
UHC | 翁댓렱憤翁댓 | 111010001011101010110100111100011000111010111110110111011100100111101000101110101011010011110001 | e8bab4f18ebeddc9e8bab4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)