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 | 汚??鈺ф? | 100010011001100000111111001111111111101111000100100001001000011000111111 | 89983f3ffbc484863f |
EUC-JP | 汚??鈺ф? | 10110001111110000011111100111111100011111110001111010101101001111110011000111111 | b1f83f3f8fe3d5a7e63f |
UTF-8 | 汚믭슭鈺ф쭩 | 1110011010110001100110101110101110101111101011011110110010001010101011011110100110001000101110101101000110000100111011001010110110101001 | e6b19aebafadec8aade988bad184ecada9 |
UHC | 汚믭슭鈺ф쭩 | 111001111111110110010010111011111011110110111110111010001010110110101100111001101010011110011101 | e7fd92efbdbee8adace6a79d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)