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 | ??º?? | 0011111100111111101110100011111100111111 | 3f3fba3f3f |
SJIS-WIN | 闇λ?唯? | 1000100011000101100000111100100100111111100101110100001000111111 | 88c583c93f97423f |
EUC-JP | 闇λº唯? | 10110000110001111010011011001011100011111010001011101011110011011010001100111111 | b0c7a6cb8fa2ebcda33f |
UTF-8 | 闇λº唯뉶 | 11101001100101111000011111001110101110111100001010111010111001011001010010101111111010111000100110110110 | e99787cebbc2bae594afeb89b6 |
UHC | 闇λº唯뉶 | 11100100111000011010010111101011101010001010110011101010111001101000100001000110 | e4e1a5eba8aceae68846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)