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 | 癲レ?宜?? | 111000011001111110000011100011000011111110001011010110000011111100111111 | e19f838c3f8b583f3f |
EUC-JP | 癲レ?宜?? | 111000101010000110100101111011000011111110110101101110010011111100111111 | e2a1a5ec3fb5b93f3f |
UTF-8 | 癲レ럥宜룟뭣 | 111001111001100110110010111000111000001110101100111010111001111110100101111001011010111010011100111010111010001110011111111010111010110110100011 | e799b2e383aceb9fa5e5ae9ceba39febada3 |
UHC | 癲レ럥宜룟뭣 | 111011111010011010101011111011001000111010001000111010111111000110110111111001011011100110111101 | efa6abec8e88ebf1b7e5b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)