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 | ¾ó | 1000111010111110111100111110111010001110101101101000111010111100 | 8ebef3ee8eb68ebc |
SJIS-WIN | ?????¶?? | 001111110011111100111111001111110011111110000001111101110011111100111111 | 3f3f3f3f3f81f73f3f |
EUC-JP | ??óî?¶?? | 00111111001111111000111110101011110100011000111110101011110000100011111110100010111110010011111100111111 | 3f3f8fabd18fabc23fa2f93f3f |
UTF-8 | ¾ó | 11000010100011101100001010111110110000111011001111000011101011101100001010001110110000101011011011000010100011101100001010111100 | c28ec2bec3b3c3aec28ec2b6c28ec2bc |
UHC | ?¾???¶?¼ | 0011111110101000111110100011111100111111001111111010001011010010001111111010100011111001 | 3fa8fa3f3f3fa2d23fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)