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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訷ュ邂晟酪 | 111110111010010010101101111001111010111010011101111011101001011110001111 | fba4ade7ae9dee978f |
EUC-JP | 訷ュ邂晟酪 | 1000111111011101110101001000111010101101111011101011000011011010111100001100110111101111 | 8fddd48eadeeb0daf0cdef |
UTF-8 | 訷ュ邂晟酪 | 111010001010100010110111111011111011110110101101111010011000001010000010111001101001100110011111111010011000010110101010 | e8a8b7efbdade98282e6999fe985aa |
UHC | ??邂晟酪 | 0011111100111111111110101011001111100000111110011101010110101100 | 3f3ffab3e0f9d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)