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 | ¾Û¶ÉÙ | 1011111011011011100011101011011010001110110010011000111011011001 | bedb8eb68ec98ed9 |
SJIS-WIN | ???¶???? | 001111110011111100111111100000011111011100111111001111110011111100111111 | 3f3f3f81f73f3f3f3f |
EUC-JP | ?Û?¶?É?Ù | 001111111000111110101010111001010011111110100010111110010011111110001111101010101011000100111111100011111010101011100011 | 3f8faae53fa2f93f8faab13f8faae3 |
UTF-8 | ¾Û¶ÉÙ | 11000010101111101100001110011011110000101000111011000010101101101100001010001110110000111000100111000010100011101100001110011001 | c2bec39bc28ec2b6c28ec389c28ec399 |
UHC | ¾??¶???? | 10101000111110100011111100111111101000101101001000111111001111110011111100111111 | a8fa3f3fa2d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)