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 | 癲ル?悠?? | 111000011001111110000011100010110011111110010111010010010011111100111111 | e19f838b3f97493f3f |
EUC-JP | 癲ル?悠?? | 111000101010000110100101111010110011111111001101101010100011111100111111 | e2a1a5eb3fcdaa3f3f |
UTF-8 | 癲ル슢悠녺몭 | 111001111001100110110010111000111000001110101011111011001000101010100010111001101000001010100000111010111000010110111010111010111010101010101101 | e799b2e383abec8aa2e682a0eb85baebaaad |
UHC | 癲ル슢悠녺몭 | 111011111010011010101011111010111001101010101110111010101110110110000110111001111001000110010111 | efa6abeb9aaeeaed86e79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)