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 | 蟷シ縲南則 | 111001011011100110111100111000111000000010010011111011001001000110100101 | e5b9bce38093ec91a5 |
EUC-JP | 蟷シ縲南則 | 11101010101110111000111010111100111001011110000011000110111011101100001010100111 | eabb8ebce5e0c6eec2a7 |
UTF-8 | 蟷シ縲南則 | 111010001001111110110111111011111011110110111100111001111011100010110010111001011000110110010111111001011000100110000111 | e89fb7efbdbce7b8b2e58d97e58987 |
UHC | ???南則 | 00111111001111110011111111010001111101011111011011001110 | 3f3f3fd1f5f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)