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 | 杖?牆? | 100011111111000100111111111000001010110100111111 | 8ff13fe0ad3f |
EUC-JP | 杖?牆? | 101111101111001100111111111000001010111100111111 | bef33fe0af3f |
UTF-8 | 杖렓牆렮 | 111001101001110110010110111010111010000010010011111001111000100110000110111010111010000010101110 | e69d96eba093e78986eba0ae |
UHC | 杖렓牆렮 | 1110110111101000100011101010100011101101111011011000111010111011 | ede88ea8eded8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)