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 | 業??諭?? | 1000101111000110001111110011111110010111010000000011111100111111 | 8bc63f3f97403f3f |
EUC-JP | 業??諭?? | 1011011011001000001111110011111111001101101000010011111100111111 | b6c83f3fcda13f3f |
UTF-8 | 業볥굝諭룡칲 | 111001101010010110101101111010111011001110100101111010101011010110011101111010001010101110101101111010111010001110100001111011001011100110110010 | e6a5adebb3a5eab59de8abadeba3a1ecb9b2 |
UHC | 業볥굝諭룡칲 | 111001011111011010010011111010111000001010000101111010111011000110110111111001101010111110000101 | e5f693eb8285ebb1b7e6af85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)