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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ??滴A? | 001111110011111110010011010010000100000100111111 | 3f3f9348413f |
EUC-JP | ??滴A? | 001111110011111111000101101010010100000100111111 | 3f3fc5a9413f |
UTF-8 | 적재滴A뤝 | 11101100101000001000000111101100100111101010110011100110101110111011010001000001111010111010010010011101 | eca081ec9eace6bbb441eba49d |
UHC | 적재滴A뤝 | 110000001111101111000000111001111110111011011001010000011000111111001100 | c0fbc0e7eed9418fcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)