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 | 社鴫セ齒ツン | 100011101101000010001110101100001011111011101010100011111100001011011101 | 8ed08eb0beea8fc2dd |
EUC-JP | 社鴫セ齒ツン | 101111001101001010111100101100101000111010111110111100111110111110001110110000101000111011011101 | bcd2bcb28ebef3ef8ec28edd |
UTF-8 | 社鴫セ齒ツン | 111001111010010010111110111010011011010010101011111011111011110110111110111010011011110110010010111011111011111010000010111011111011111010011101 | e7a4bee9b4abefbdbee9bd92efbe82efbe9d |
UHC | 社??齒?? | 1101111011100100001111110011111111110110110011010011111100111111 | dee43f3ff6cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)