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 | 顆ス髻育ォ檻 | 11101000111101111011110111101001100111111000100011100111101010111001111101000010 | e8f7bde99f88e7ab9f42 |
EUC-JP | 顆ス髻育ォ檻 | 111100001111100110001110101111011111001010100001101100001110100110001110101010111101110110100011 | f0f98ebdf2a1b0e98eabdda3 |
UTF-8 | 顆ス髻育ォ檻 | 111010011010000110000110111011111011110110111101111010011010101110111011111010001000001010110010111011111011110110101011111001101010101010111011 | e9a186efbdbde9abbbe882b2efbdabe6aabb |
UHC | 顆??育?檻 | 110011101010100000111111001111111110101111000000001111111111100111100011 | cea83f3febc03ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)