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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀅??形? | 11111011010011100011111100111111100011000110000000111111 | fb4e3f3f8c603f |
EUC-JP | 瀅??形? | 1000111111001001101010110011111100111111101101111100000100111111 | 8fc9ab3f3fb7c13f |
UTF-8 | 瀅숁뜥形⒳ | 111001111000000010000101111011001000100010000001111010111001110010100101111001011011110110100010111000101001001010110011 | e78085ec8881eb9ca5e5bda2e292b3 |
UHC | 瀅숁뜥形⒳ | 11111011101001001001100111100110100011011010100011111011101000011010100111100100 | fba499e68da8fba1a9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)