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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邑??班? | 10010111010101110011111100111111100101001100011100111111 | 97573f3f94c73f |
EUC-JP | 邑??班? | 11001101101110000011111100111111110010001100100100111111 | cdb83f3fc8c93f |
UTF-8 | 邑띠렦班렧 | 111010011000001010010001111010111001110110100000111010111010000010100110111001111000111110101101111010111010000010100111 | e98291eb9da0eba0a6e78fadeba0a7 |
UHC | 邑띠렦班렧 | 11101011111010011011011011101100100011101011010111011010111011001000111010110110 | ebe9b6ec8eb5daec8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)