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 | 俑??循? | 10011000110110100011111100111111100011110111101000111111 | 98da3f3f8f7a3f |
EUC-JP | 俑??循? | 11010000110111000011111100111111101111011101101100111111 | d0dc3f3fbddb3f |
UTF-8 | 俑앸끆循챛 | 111001001011111110010001111011001001010110111000111010111000000110000110111001011011111010101010111011001011000110011011 | e4bf91ec95b8eb8186e5beaaecb19b |
UHC | 俑앸끆循챛 | 11101001101101011001110111101011100001011011101011100010111000001010101001101000 | e9b59deb85bae2e0aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)