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 | ??<厓?? | 0011111100111111100000011000001111111010100011010011111100111111 | 3f3f8183fa8d3f3f |
EUC-JP | 獒?<厓?? | 1000111111001011101110110011111110100001111000111000111110110100110001110011111100111111 | 8fcbbb3fa1e38fb4c73f3f |
UTF-8 | 獒붷<厓숃뱴 | 111001111000110110010010111010111011011010110111111011111011110010011100111001011000111010010011111011001000100010000011111010111011000110110100 | e78d92ebb6b7efbc9ce58e93ec8883ebb1b4 |
UHC | 獒붷<厓숃뱴 | 111010001010001110010100111001011010001110111100111001001110110110011001111010001001001110011010 | e8a394e5a3bce4ed99e8939a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)