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 | 円??攸?? | 1000100101111110001111110011111110011101101111110011111100111111 | 897e3f3f9dbf3f3f |
EUC-JP | 円??攸?? | 1011000111011111001111110011111111011010110000010011111100111111 | b1df3f3fdac13f3f |
UTF-8 | 円브퀓攸붹쵊 | 111001011000011010000110111010111011100010001100111011011000000010010011111001101001010010111000111010111011011010111001111011001011010110001010 | e58686ebb88ced8093e694b8ebb6b9ecb58a |
UHC | 円브퀓攸붹쵊 | 111001011111011110111010111010101011001110001000111010101111001010010100111001101010110010001100 | e5f7baeab388eaf294e6ac8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)