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 | 邨ィ諡キ譯 | 1110011110110101101010001110011010001011101101111110011010100001 | e7b5a8e68bb7e6a1 |
EUC-JP | 邨ィ諡キ譯 | 11101110101101111000111010101000111010111110101110001110101101111110110010100011 | eeb78ea8ebeb8eb7eca3 |
UTF-8 | 邨ィ諡キ譯 | 111010011000001010101000111011111011110110101000111010001010101110100001111011111011110110110111111010001010110110101111 | e982a8efbda8e8aba1efbdb7e8adaf |
UHC | 邨?諡?譯 | 1111010110111110001111111110001111001101001111111110011010111011 | f5be3fe3cd3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)