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 | 症?劾?梯? | 100011111100011100111111100010100100111000111111100100101111001000111111 | 8fc73f8a4e3f92f23f |
EUC-JP | 症?劾?梯? | 101111101100100100111111101100111010111100111111110001001111010000111111 | bec93fb3af3fc4f43f |
UTF-8 | 症렲劾렟梯탐 | 111001111001011110000111111010111010000010110010111001011000101010111110111010111010000010011111111001101010001010101111111011011000001110010000 | e79787eba0b2e58abeeba09fe6a2afed8390 |
UHC | 症렲劾렟梯탐 | 111100011111100010001110101111111111101010110110100011101011000011110000101011001100010110111101 | f1f88ebffab68eb0f0acc5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)