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 | 蜈ょ?哀? | 1110010110000101100000101110010100111111100010001010001100111111 | e58582e53f88a33f |
EUC-JP | 蜈ょ?哀? | 1110100111100101101001001110011100111111101100001010010100111111 | e9e5a4e73fb0a53f |
UTF-8 | 蜈ょ윪哀랡 | 111010001001110010001000111000111000001010000111111011001001110010101010111001011001001110000000111010111001111010100001 | e89c88e38287ec9caae59380eb9ea1 |
UHC | 蜈ょ윪哀랡 | 11101000101001011010101011100111100111111010100111100100111011101000111001000010 | e8a5aae79fa9e4ee8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)