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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魲竺鉦 | 111111000100001010001110101100011000111111011110 | fc428eb18fde |
EUC-JP | ?竺鉦 | 0011111110111100101100111011111011100000 | 3fbcb3bee0 |
UTF-8 | 魲竺鉦 | 111010011010110110110010111001111010101110111010111010011000100110100110 | e9adb2e7abbae989a6 |
UHC | ?竺鉦 | 0011111111110101111001111110111111111010 | 3ff5e7effa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)