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 | 「邇オク邉 | 111100001011110010100010111001111000111010110101101110001110011110110011 | f0bca2e78eb5b8e7b3 |
EUC-JP | ?「邇オク邉 | 0011111110001110101000101110110111101110100011101011010110001110101110001110111010110101 | 3f8ea2edee8eb58eb8eeb5 |
UTF-8 | 「邇オク邉 | 111011101000000110111011111011111011110110100010111010011000001010000111111011111011110110110101111011111011110110111000111010011000001010001001 | ee81bbefbda2e98287efbdb5efbdb8e98289 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)