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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 碆¥≦悒 | 1110000111101100100000011000111110000001100001011001110010100011 | e1ec818f81859ca3 |
EUC-JP | 碆¥≦悒 | 1110001011101110101000011110111110100001111001011101100010100101 | e2eea1efa1e5d8a5 |
UTF-8 | 碆¥≦悒 | 111001111010001010000110111011111011111110100101111000101000100110100110111001101000001010010010 | e7a286efbfa5e289a6e68292 |
UHC | ?¥?? | 0011111110100001110011010011111100111111 | 3fa1cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)