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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霽匿ぞ? | 11101000110001111001001110111101100000101011110000111111 | e8c793bd82bc3f |
EUC-JP | 霽匿ぞ? | 11110000110010011100011010111111101001001011111000111111 | f0c9c6bfa4be3f |
UTF-8 | 霽匿ぞ렓 | 111010011001110010111101111001011000110010111111111000111000000110011110111010111010000010010011 | e99cbde58cbfe3819eeba093 |
UHC | 霽匿ぞ렓 | 1111000010111000110100101111101110101010101111101000111010101000 | f0b8d2fbaabe8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)