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 | 螻躯キゎ叶蜴 | 1110010110110001100010111110101110110111100000101110110010001010100100001110010110001110 | e5b18bebb782ec8a90e58e |
EUC-JP | 螻躯キゎ叶蜴 | 111010101011001110110110111011011000111010110111101001001110111010110011111100001110100111101110 | eab3b6ed8eb7a4eeb3f0e9ee |
UTF-8 | 螻躯キゎ叶蜴 | 111010001001111010111011111010001011101010101111111011111011110110110111111000111000001010001110111001011000111110110110111010001001110010110100 | e89ebbe8baafefbdb7e3828ee58fb6e89cb4 |
UHC | ???ゎ?? | 00111111001111110011111110101010111011100011111100111111 | 3f3f3faaee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)