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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎ー邯徂霎 | 111010001011111010110000111001111011011010011100011010001110100010111110 | e8beb0e7b69c68e8be |
EUC-JP | 霎ー邯徂霎 | 11110000110000001000111010110000111011101011100011010111110010011111000011000000 | f0c08eb0eeb8d7c9f0c0 |
UTF-8 | 霎ー邯徂霎 | 111010011001110010001110111011111011110110110000111010011000001010101111111001011011111010000010111010011001110010001110 | e99c8eefbdb0e982afe5be82e99c8e |
UHC | ??邯?? | 001111110011111111001010111110110011111100111111 | 3f3fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)