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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????仙^ | 00111111001111110011111100111111100100001110010101011110 | 3f3f3f3f90e55e |
EUC-JP | ????仙^ | 00111111001111110011111100111111110000001110011101011110 | 3f3f3f3fc0e75e |
UTF-8 | 센솟센섹仙^ | 11101100100001001011110011101100100001101001111111101100100001001011110011101100100001001011100111100100101110111001100101011110 | ec84bcec869fec84bcec84b9e4bb995e |
UHC | 센솟센섹仙^ | 1011110010111110101111001101101010111100101111101011110010111101111000001011100101011110 | bcbebcdabcbebcbde0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)