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 | 癲ル???? | 1110000110011111100000111000101100111111001111110011111100111111 | e19f838b3f3f3f3f |
EUC-JP | 癲ル?沅?? | 11100010101000011010010111101011001111111000111111000110111010010011111100111111 | e2a1a5eb3f8fc6e93f3f |
UTF-8 | 癲ル슣沅졽틠 | 111001111001100110110010111000111000001110101011111011001000101010100011111001101011001010000101111011001010000110111101111011011000101110100000 | e799b2e383abec8aa3e6b285eca1bded8ba0 |
UHC | 癲ル슣沅졽틠 | 111011111010011010101011111010111001101010101111111010101011011010100000111001001011101010001100 | efa6abeb9aafeab6a0e4ba8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)