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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 縊??闇??B | 111000110110111100111111001111111000100011000101001111110011111101000010 | e36f3f3f88c53f3f42 |
EUC-JP | 縊??闇??B | 111001011101000000111111001111111011000011000111001111110011111101000010 | e5d03f3fb0c73f3f42 |
UTF-8 | 縊귦뢔闇뒒뢞B | 11100111101110001000101011101010101101111010011011101011101000101001010011101001100101111000011111101011100100101001001011101011101000101001111001000010 | e7b88aeab7a6eba294e99787eb9292eba29e42 |
UHC | 縊귦뢔闇뒒뢞B | 11100100111111001000001011101101100011110100111111100100111000011000101010001111100011110101100101000010 | e4fc82ed8f4fe4e18a8f8f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)