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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?禳堪?傾^ | 001111111110001001011001100010101010110000111111100011000101100001011110 | 3fe2598aac3f8c585e |
EUC-JP | ?禳堪?傾^ | 001111111110001110111010101101001010111000111111101101111011100101011110 | 3fe3bab4ae3fb7b95e |
UTF-8 | 뤈禳堪멨傾^ | 11101011101001001000100011100111101001101011001111100101101000001010101011101011101010011010100011100101100000101011111001011110 | eba488e7a6b3e5a0aaeba9a8e582be5e |
UHC | 뤈禳堪멨傾^ | 1000111110111000111001011100110011001010111011011011100011100101110011001100101101011110 | 8fb8e5cccaedb8e5cccb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)