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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 霎ーh霎 | 111010001011111010110000011010001110100010111110 | e8beb068e8be |
EUC-JP | 霎ーh霎 | 11110000110000001000111010110000011010001111000011000000 | f0c08eb068f0c0 |
UTF-8 | 霎ーh霎 | 11101001100111001000111011101111101111011011000001101000111010011001110010001110 | e99c8eefbdb068e99c8e |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)