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 | ????´ | 0011111100111111001111110011111110110100 | 3f3f3f3fb4 |
SJIS-WIN | 堤?將?´ | 1001001011100111001111111001101110010010001111111000000101001100 | 92e73f9b923f814c |
EUC-JP | 堤?將?´ | 1100010011101001001111111101010111110010001111111010000110101101 | c4e93fd5f23fa1ad |
UTF-8 | 堤렚將대´ | 1110010110100000101001001110101110100000100110101110010110110000100001111110101110001100100000001100001010110100 | e5a0a4eba09ae5b087eb8c80c2b4 |
UHC | 堤렚將대´ | 11110000101001111000111010101101111011011110001010110100111010111010001010100101 | f0a78eadede2b4eba2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)