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 | ???蘊よ? | 0011111100111111001111111110010101011101100000101110011000111111 | 3f3f3fe55d82e63f |
EUC-JP | ???蘊よ? | 0011111100111111001111111110100110111110101001001110100000111111 | 3f3f3fe9bea4e83f |
UTF-8 | 簾앾쉐蘊よ괌 | 111011111010011010100110111011001001010110111110111011001000100110010000111010001001100010001010111000111000001010001000111010101011010010001100 | efa6a6ec95beec8990e8988ae38288eab48c |
UHC | 簾앾쉐蘊よ괌 | 111001111010000110011101111011111011110110100110111010001011001110101010111010001011000110100001 | e7a19defbda6e8b3aae8b1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)