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 | 顏俶ォ≫゚冶 | 11101000111110001001100011100110101010111000000111100010110111111001011011101000 | e8f898e6ab81e2df96e8 |
EUC-JP | 顏俶ォ≫゚冶 | 111100001111101011010000111010001000111010101011101000101110010010001110110111111100110011101010 | f0fad0e88eaba2e48edfccea |
UTF-8 | 顏俶ォ≫゚冶 | 111010011010000110001111111001001011111110110110111011111011110110101011111000101000100110101011111011111011111010011111111001011000011010110110 | e9a18fe4bfb6efbdabe289abefbe9fe586b6 |
UHC | ???≫?冶 | 0011111100111111001111111010000111101101001111111110010110100111 | 3f3f3fa1ed3fe5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)