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 | ?悳た?戍? | 001111111001110001111011100000101011110100111111100111001111100100111111 | 3f9c7b82bd3f9cf93f |
EUC-JP | ?悳た?戍玭 | 0011111111010111110111001010010010111111001111111101100011111011100011111100101111100001 | 3fd7dca4bf3fd8fb8fcbe1 |
UTF-8 | 룶悳た룶戍玭 | 111010111010001110110110111001101000001010110011111000111000000110011111111010111010001110110110111001101000100010001101111001111000111010101101 | eba3b6e682b3e3819feba3b6e6888de78ead |
UHC | 룶悳た룶戍玭 | 100011111010101111010011111011011010101010111111100011111010101111100010101000011101111010110111 | 8fabd3edaabf8fabe2a1deb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)