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 | 臂峨?? | 111001000101110110001001111000110011111100111111 | e45d89e33f3f |
EUC-JP | 臂峨?? | 111001111011111010110010111001010011111100111111 | e7beb2e53f3f |
UTF-8 | 臂峨롛렊 | 111010001000011110000010111001011011001110101000111010111010000110011011111010111010000010001010 | e88782e5b3a8eba19beba08a |
UHC | 臂峨롛렊 | 1101111010100010111001001011000110001110110111111000111010100001 | dea2e4b18edf8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)