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 | ··^ | 100100001011011110010010100101001001000010110111100100101001010001011110 | 90b7929490b792945e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
UTF-8 | ··^ | 1100001010010000110000101011011111000010100100101100001010010100110000101001000011000010101101111100001010010010110000101001010001011110 | c290c2b7c292c294c290c2b7c292c2945e |
UHC | ?·???·??^ | 0011111110100001101001000011111100111111001111111010000110100100001111110011111101011110 | 3fa1a43f3f3fa1a43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)