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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟄ー邊ォ | 111001011010110110110000111001111011001010101011 | e5adb0e7b2ab |
EUC-JP | 蟄ー邊ォ | 1110101010101111100011101011000011101110101101001000111010101011 | eaaf8eb0eeb48eab |
UTF-8 | 蟄ー邊ォ | 111010001001111110000100111011111011110110110000111010011000001010001010111011111011110110101011 | e89f84efbdb0e9828aefbdab |
UHC | 蟄?邊? | 111101101101111000111111110111001010101100111111 | f6de3fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)