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 | 鞳乞渥鈑 | 1110100011100011100011001110111010001000101011011110011111100101 | e8e38cee88ade7e5 |
EUC-JP | 鞳乞渥鈑 | 1111000011100101101110001111000010110000101011111110111011100111 | f0e5b8f0b0afeee7 |
UTF-8 | 鞳乞渥鈑 | 111010011001111010110011111001001011100110011110111001101011100010100101111010011000100010010001 | e99eb3e4b99ee6b8a5e98891 |
UHC | ?乞渥鈑 | 00111111110010111111011111100100110001101111011111111110 | 3fcbf7e4c6f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)