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 | 症?梓基?? | 100011111100011100111111100010001011001010001010111011100011111100111111 | 8fc73f88b28aee3f3f |
EUC-JP | 症?梓基?? | 101111101100100100111111101100001011010010110100111100000011111100111111 | bec93fb0b4b4f03f3f |
UTF-8 | 症렜梓基렰렱 | 111001111001011110000111111010111010000010011100111001101010001010010011111001011001111110111010111010111010000010110000111010111010000010110001 | e79787eba09ce6a293e59fbaeba0b0eba0b1 |
UHC | 症렜梓基렰렱 | 111100011111100010001110101011101110111010101001110100001111000110001110101111011000111010111110 | f1f88eaeeea9d0f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)