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 | 畏??謠?? | 1000100011011000001111110011111111100110100011110011111100111111 | 88d83f3fe68f3f3f |
EUC-JP | 畏??謠?? | 1011000011011010001111110011111111101011111011110011111100111111 | b0da3f3febef3f3f |
UTF-8 | 畏븃킊謠계괍 | 111001111001010110001111111010111011100010000011111011011000001010001010111010001010110010100000111010101011001110000100111010101011010010001101 | e7958febb883ed828ae8aca0eab384eab48d |
UHC | 畏븃킊謠계괍 | 111010001110011010111010111010001011010010010110111010011010101010110000111010001011000110100010 | e8e6bae8b496e9aab0e8b1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)