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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テアティテ暗ォ | 1100001110110001110000111010100011000011100010001100001110101011 | c3b1c3a8c388c3ab |
EUC-JP | テアティテ暗ォ | 1000111011000011100011101011000110001110110000111000111010101000100011101100001110110000110001011000111010101011 | 8ec38eb18ec38ea88ec3b0c58eab |
UTF-8 | テアティテ暗ォ | 111011111011111010000011111011111011110110110001111011111011111010000011111011111011110110101000111011111011111010000011111001101001101010010111111011111011110110101011 | efbe83efbdb1efbe83efbda8efbe83e69a97efbdab |
UHC | ?????暗? | 0011111100111111001111110011111100111111111001001101111000111111 | 3f3f3f3f3fe4de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)