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 | 燿??徇?┐ | 111000001010000000111111001111111001110001101101001111111000010010100010 | e0a03f3f9c6d3f84a2 |
EUC-JP | 燿??徇?┐ | 111000001010001000111111001111111101011111001110001111111010100010100100 | e0a23f3fd7ce3fa8a4 |
UTF-8 | 燿쒎뫕徇롥┐ | 111001111000011110111111111011001001001010001110111010111010101110010101111001011011111010000111111010111010000110100101111000101001010010010000 | e787bfec928eebab95e5be87eba1a5e29490 |
UHC | 燿쒎뫕徇롥┐ | 111010001111110010011100111001011001000110110111111000101101111110001110111001011010011010100100 | e8fc9ce591b7e2df8ee5a6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)