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 | 癲??鍮?? | 1110000110011111001111110011111111101000010010100011111100111111 | e19f3f3fe84a3f3f |
EUC-JP | 癲??鍮?? | 1110001010100001001111110011111111101111101010110011111100111111 | e2a13f3fefab3f3f |
UTF-8 | 癲멥굦鍮앶댖 | 111001111001100110110010111010111010100110100101111010101011010110100110111010011000110110101110111011001001010110110110111010111000110010010110 | e799b2eba9a5eab5a6e98daeec95b6eb8c96 |
UHC | 癲멥굦鍮앶댖 | 111011111010011010111000111000111000001010001100111010111011100110011101111010011000100010111010 | efa6b8e3828cebb99de988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)