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 | 癲?∥誼?? | 111000011001111100111111100000010110000110001011011000100011111100111111 | e19f3f81618b623f3f |
EUC-JP | 癲?‖誼?? | 111000101010000100111111101000011100001010110101110000110011111100111111 | e2a13fa1c2b5c33f3f |
UTF-8 | 癲욌∥誼띺턁 | 111001111001100110110010111011001001101010001100111000101000100010100101111010001010101010111100111010111001110110111010111011011000010010000001 | e799b2ec9a8ce288a5e8aabceb9dbaed8481 |
UHC | 癲욌∥誼띺턁 | 111011111010011010011110111010111010000110101011111010111111111010001101111010011011010110011101 | efa69eeba1abebfe8de9b59d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)