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 | 冶??魏?┠ | 100101101110100000111111001111111110100110110000001111111000010010110101 | 96e83f3fe9b03f84b5 |
EUC-JP | 冶??魏?┠ | 110011001110101000111111001111111111001010110010001111111010100010110111 | ccea3f3ff2b23fa8b7 |
UTF-8 | 冶싢넃魏랃┠ | 111001011000011010110110111011001000101110100010111010111000010010000011111010011010110110001111111010111001111010000011111000101001010010100000 | e586b6ec8ba2eb8483e9ad8feb9e83e294a0 |
UHC | 冶싢넃魏랃┠ | 111001011010011110011010111000101000011010010011111010101110000010001101111011111010011010110111 | e5a79ae28693eae08defa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)