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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 要??鼇??] | 100101110111011000111111001111111110101010000111001111110011111101011101 | 97763f3fea873f3f5d |
EUC-JP | 要??鼇??] | 110011011101011100111111001111111111001111100111001111110011111101011101 | cdd73f3ff3e73f3f5d |
UTF-8 | 要잞쉘鼇믭쉔] | 11101000101001101000000111101100100111101001111011101100100010011001100011101001101111001000011111101011101011111010110111101100100010011001010001011101 | e8a681ec9e9eec8998e9bc87ebafadec89945d |
UHC | 要잞쉘鼇믭쉔] | 11101001101010011001111111101111101111011010100111101000101010001001001011101111101111011010100001011101 | e9a99fefbda9e8a892efbda85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)