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 | 癲〓?肄?㎝ | 11100001100111111000000110101100001111111110001111100101001111111000011101110000 | e19f81ac3fe3e53f8770 |
EUC-JP | 癲〓?肄?? | 111000101010000110100010101011100011111111100110111001110011111100111111 | e2a1a2ae3fe6e73f3f |
UTF-8 | 癲〓벚肄쏉㎝ | 111001111001100110110010111000111000000010010011111010111011001010011010111010001000001010000100111011001000111110001001111000111000111010011101 | e799b2e38093ebb29ae88284ec8f89e38e9d |
UHC | 癲〓벚肄쏉㎝ | 111011111010011010100001111010111011101010100010111011001011110110011011111011111010011110101111 | efa6a1ebbaa2ecbd9befa7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)