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 | ??碩^ | 0011111100111111100100001101011101011110 | 3f3f90d75e |
EUC-JP | ??碩^ | 0011111100111111110000001101100101011110 | 3f3fc0d95e |
UTF-8 | 솜섶碩^ | 11101100100001101001110011101100100001001011011011100111101000101010100101011110 | ec869cec84b6e7a2a95e |
UHC | 솜섶碩^ | 10111100110110001011110010111011111000001011010101011110 | bcd8bcbbe0b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)