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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??薺^ | 0011111100111111111001010101010001011110 | 3f3fe5545e |
EUC-JP | ??薺^ | 0011111100111111111010011011010101011110 | 3f3fe9b55e |
UTF-8 | 솩셋薺^ | 11101100100001101010100111101100100001011000101111101000100101101011101001011110 | ec86a9ec858be896ba5e |
UHC | 솩셋薺^ | 10111100110111101011110011000010111100001011000101011110 | bcdebcc2f0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)