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 | 隲「螳茨スョ | 111010001010101110100010111001011010111010001000111011111011110110101110 | e8aba2e5ae88efbdae |
EUC-JP | 隲「螳茨スョ | 111100001010110110001110101000101110101010110000101100001111000110001110101111011000111010101110 | f0ad8ea2eab0b0f18ebd8eae |
UTF-8 | 隲「螳茨スョ | 111010011001101010110010111011111011110110100010111010001001111010110011111010001000110010101000111011111011110110111101111011111011110110101110 | e99ab2efbda2e89eb3e88ca8efbdbdefbdae |
UHC | ??螳茨?? | 0011111100111111110100111101100111101101101111000011111100111111 | 3f3fd3d9edbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)