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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲ル?溢e? | 11100001100111111000001110001011001111111000100011101100100000101000010100111111 | e19f838b3f88ec82853f |
EUC-JP | 癲ル?溢e? | 11100010101000011010010111101011001111111011000011101110101000111110010100111111 | e2a1a5eb3fb0eea3e53f |
UTF-8 | 癲ル슪溢e뵱 | 111001111001100110110010111000111000001110101011111011001000101010101010111001101011101010100010111011111011110110000101111010111011010110110001 | e799b2e383abec8aaae6baa2efbd85ebb5b1 |
UHC | 癲ル슪溢e뵱 | 111011111010011010101011111010111001101010110011111011001110111010100011111001011001010010101111 | efa6abeb9ab3eceea3e594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)