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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 栽??氓? | 10001101110011010011111100111111100111111000001000111111 | 8dcd3f3f9f823f |
EUC-JP | 栽??氓? | 10111010110011110011111100111111110111011110001000111111 | bacf3f3fdde23f |
UTF-8 | 栽쇱렲氓렟 | 111001101010000010111101111011001000011110110001111010111010000010110010111001101011000010010011111010111010000010011111 | e6a0bdec87b1eba0b2e6b093eba09f |
UHC | 栽쇱렲氓렟 | 11101110101010001011110011101100100011101011111111011000111011001000111010110000 | eea8bcec8ebfd8ec8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)