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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 要??倭??^ | 100101110111011000111111001111111001100001100000001111110011111101011110 | 97763f3f98603f3f5e |
EUC-JP | 要??倭??^ | 110011011101011100111111001111111100111111000001001111110011111101011110 | cdd73f3fcfc13f3f5e |
UTF-8 | 要ㅿ슨倭랃슭^ | 11101000101001101000000111100011100001011011111111101100100010101010100011100101100000001010110111101011100111101000001111101100100010101010110101011110 | e8a681e385bfec8aa8e580adeb9e83ec8aad5e |
UHC | 要ㅿ슨倭랃슭^ | 11101001101010011010010011101111101111011011110011101000110111101000110111101111101111011011111001011110 | e9a9a4efbdbce8de8defbdbe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)