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 | 円??二?? | 1000100101111110001111110011111110010011111100010011111100111111 | 897e3f3f93f13f3f |
EUC-JP | 円??二?? | 1011000111011111001111110011111111000110111100110011111100111111 | b1df3f3fc6f33f3f |
UTF-8 | 円ㅿ퐠二뷴▶ | 111001011000011010000110111000111000010110111111111011011001000010100000111001001011101010001100111010111011011110110100111000101001011010110110 | e58686e385bfed90a0e4ba8cebb7b4e296b6 |
UHC | 円ㅿ퐠二뷴▶ | 111001011111011110100100111011111011110110001001111011001010001110111010111001011010001010111010 | e5f7a4efbd89eca3bae5a2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)