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 | 癲ル?伊?ぜ | 11100001100111111000001110001011001111111000100011001001001111111000001010111010 | e19f838b3f88c93f82ba |
EUC-JP | 癲ル?伊?ぜ | 11100010101000011010010111101011001111111011000011001011001111111010010010111100 | e2a1a5eb3fb0cb3fa4bc |
UTF-8 | 癲ル슣伊볢ぜ | 111001111001100110110010111000111000001110101011111011001000101010100011111001001011110010001010111010111011001110100010111000111000000110011100 | e799b2e383abec8aa3e4bc8aebb3a2e3819c |
UHC | 癲ル슣伊볢ぜ | 111011111010011010101011111010111001101010101111111011001010010110010011111010001010101010111100 | efa6abeb9aafeca593e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)