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 | ?尊???? | 00111111100100011011100000111111001111110011111100111111 | 3f91b83f3f3f3f |
EUC-JP | ?尊???? | 00111111110000101011101000111111001111110011111100111111 | 3fc2ba3f3f3f3f |
UTF-8 | 얍尊렪소렯렱 | 111011001001011010001101111001011011000010001010111010111010000010101010111011001000011010001100111010111010000010101111111010111010000010110001 | ec968de5b08aeba0aaec868ceba0afeba0b1 |
UHC | 얍尊렪소렯렱 | 101111101110010111110000111011101000111010111000101111001101001010001110101111001000111010111110 | bee5f0ee8eb8bcd28ebc8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)