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 | 祥??? | 1000111111001011001111110011111100111111 | 8fcb3f3f3f |
EUC-JP | 祥??? | 1011111011001101001111110011111100111111 | becd3f3f3f |
UTF-8 | 祥쀫뙌裂 | 111001111010010110100101111011001000000010101011111010111001100110001100111011111010011010100000 | e7a5a5ec80abeb998cefa6a0 |
UHC | 祥쀫뙌裂 | 1101111111010100100101111110101110001100100100011110011011110001 | dfd497eb8c91e6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)