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 | ???泣①? | 0011111100111111001111111000101110000011100001110100000000111111 | 3f3f3f8b8387403f |
EUC-JP | ???泣?ł | 001111110011111100111111101101011110001100111111100011111010100111001000 | 3f3f3fb5e33f8fa9c8 |
UTF-8 | 令⑸㉡泣①ł | 1110111110100110101010001110001010010001101110001110001110001001101000011110011010110011101000111110001010010001101000001100010110000010 | efa6a8e291b8e389a1e6b3a3e291a0c582 |
UHC | 令⑸㉡泣①ł | 111001111010100110101001111010111010100010110010111010111110100010101000111001111010100110101001 | e7a9a9eba8b2ebe8a8e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)