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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯痔澵ヘス | 1110100111110010100011101010010011111011010011001100110110111101 | e9f28ea4fb4ccdbd |
EUC-JP | 鶯痔澵ヘス | 1111001011110100101111001010011010001111110010001111100010001110110011011000111010111101 | f2f4bca68fc8f88ecd8ebd |
UTF-8 | 鶯痔澵ヘス | 111010011011011010101111111001111001011110010100111001101011111010110101111011111011111010001101111011111011110110111101 | e9b6afe79794e6beb5efbe8defbdbd |
UHC | 鶯痔??? | 11100101101000111111011011000000001111110011111100111111 | e5a3f6c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)