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 | 筌??臆? | 11100010101000110011111100111111100010011011000000111111 | e2a33f3f89b03f |
EUC-JP | 筌??臆? | 11100100101001010011111100111111101100101011001000111111 | e4a53f3fb2b23f |
UTF-8 | 筌낁쾴臆뉰 | 111001111010110110001100111010111000001010000001111011001011111010110100111010001000011110000110111010111000100110110000 | e7ad8ceb8281ecbeb4e88786eb89b0 |
UHC | 筌낁쾴臆뉰 | 11101111101001111000010111101000101100101000101011100101111001101000100001000010 | efa785e8b28ae5e68842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)