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 | 繹????塋 | 1110001110001000001111110011111100111111001111111001101011001000 | e3883f3f3f3f9ac8 |
EUC-JP | 繹????塋 | 1110010111101000001111110011111100111111001111111101010011001010 | e5e83f3f3f3fd4ca |
UTF-8 | 繹먯옿留뢐塋 | 111001111011100110111001111010111010100010101111111011001001100010111111111011111010011110001101111010111010001010010000111001011010000110001011 | e7b9b9eba8afec98bfefa78deba290e5a18b |
UHC | 繹먯옿留뢐塋 | 111001101011101010010000111011001001111010110100111010111010011110001111010010111110011110101011 | e6ba90ec9eb4eba78f4be7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)