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 | ¾×¼¾¼ | 10001110101111101000111011010111101111001011111010111100 | 8ebe8ed7bcbebc |
SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
EUC-JP | ???×??? | 0011111100111111001111111010000111011111001111110011111100111111 | 3f3f3fa1df3f3f3f |
UTF-8 | ¾×¼¾¼ | 1100001010001110110000101011111011000010100011101100001110010111110000101011110011000010101111101100001010111100 | c28ec2bec28ec397c2bcc2bec2bc |
UHC | ?¾?×¼¾¼ | 001111111010100011111010001111111010000110111111101010001111100110101000111110101010100011111001 | 3fa8fa3fa1bfa8f9a8faa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)