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 | 癲??意?. | 111000011001111100111111001111111000100011010011001111111000000101000100 | e19f3f3f88d33f8144 |
EUC-JP | 癲??意?. | 111000101010000100111111001111111011000011010101001111111010000110100101 | e2a13f3fb0d53fa1a5 |
UTF-8 | 癲잆끇意쏃. | 111001111001100110110010111011001001111010000110111010111000000110000111111001101000010010001111111011001000111110000011111011111011110010001110 | e799b2ec9e86eb8187e6848fec8f83efbc8e |
UHC | 癲잆끇意쏃. | 111011111010011010011111111000111000010110111011111010111111001010011011111010011010001110101110 | efa69fe385bbebf29be9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)