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 | 霓「蜉ォ籬詮 | 11101000101111011010001011100101100010101010101111100010110111111001000101000110 | e8bda2e58aabe2df9146 |
EUC-JP | 霓「蜉ォ籬詮 | 111100001011111110001110101000101110100111101010100011101010101111100100111000011100000110100111 | f0bf8ea2e9ea8eabe4e1c1a7 |
UTF-8 | 霓「蜉ォ籬詮 | 111010011001110010010011111011111011110110100010111010001001110010001001111011111011110110101011111001111011000110101100111010001010100110101110 | e99c93efbda2e89c89efbdabe7b1ace8a9ae |
UHC | 霓???籬詮 | 111001111110011100111111001111110011111111010111111001101110111110101100 | e7e73f3f3fd7e6efac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)