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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鴦?????? | 1110100111110001001111110011111100111111001111110011111100111111 | e9f13f3f3f3f3f3f |
EUC-JP | 鴦?????? | 1111001011110011001111110011111100111111001111110011111100111111 | f2f33f3f3f3f3f3f |
UTF-8 | 鴦꾆뀀룱閭멨럡 | 111010011011010010100110111010101011111010000110111010111000000010000000111010111010001110110001111011111010011010000110111010111010100110101000111010111001111110100001 | e9b4a6eabe86eb8080eba3b1efa686eba9a8eb9fa1 |
UHC | 鴦꾆뀀룱閭멨럡 | 1110010011101100100001001100111010110010111010111000111110100110111001101010110110111000111001011000111010000100 | e4ec84ceb2eb8fa6e6adb8e58e84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)