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 | 伍?????? | 1000110011011110001111110011111100111111001111110011111100111111 | 8cde3f3f3f3f3f3f |
EUC-JP | 伍?????? | 1011100011100000001111110011111100111111001111110011111100111111 | b8e03f3f3f3f3f3f |
UTF-8 | 伍드꽒溜띿퓼溜 | 111001001011110010001101111010111001001110011100111010101011110110010010111011111010011110001011111010111001110110111111111011011001001110111100111011111010011110001011 | e4bc8deb939ceabd92efa78beb9dbfed93bcefa78b |
UHC | 伍드꽒溜띿퓼溜 | 1110011111101010101101011110010110000100101000011110101011111110100011011110110010111111101000001110101011111110 | e7eab5e584a1eafe8decbfa0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)