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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霎ー邯徂霎ー | 11101000101111101011000011100111101101101001110001101000111010001011111010110000 | e8beb0e7b69c68e8beb0 |
EUC-JP | 霎ー邯徂霎ー | 111100001100000010001110101100001110111010111000110101111100100111110000110000001000111010110000 | f0c08eb0eeb8d7c9f0c08eb0 |
UTF-8 | 霎ー邯徂霎ー | 111010011001110010001110111011111011110110110000111010011000001010101111111001011011111010000010111010011001110010001110111011111011110110110000 | e99c8eefbdb0e982afe5be82e99c8eefbdb0 |
UHC | ??邯??? | 00111111001111111100101011111011001111110011111100111111 | 3f3fcafb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)