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 | 円??肄?? | 1000100101111110001111110011111111100011111001010011111100111111 | 897e3f3fe3e53f3f |
EUC-JP | 円??肄?? | 1011000111011111001111110011111111100110111001110011111100111111 | b1df3f3fe6e73f3f |
UTF-8 | 円ㅳ굝肄됬㈉ | 111001011000011010000110111000111000010110110011111010101011010110011101111010001000001010000100111010111001000010101100111000111000100010001001 | e58686e385b3eab59de88284eb90ace38889 |
UHC | 円ㅳ굝肄됬㈉ | 111001011111011110100100111000111000001010000101111011001011110110001001111001111010100110111010 | e5f7a4e38285ecbd89e7a9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)