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 | 厓??渦?? | 1111101010001101001111110011111110001001010100010011111100111111 | fa8d3f3f89513f3f |
EUC-JP | 厓??渦?? | 100011111011010011000111001111110011111110110001101100100011111100111111 | 8fb4c73f3fb1b23f3f |
UTF-8 | 厓⑵꽦渦계씩 | 111001011000111010010011111000101001000110110101111010101011110110100110111001101011100010100110111010101011001110000100111011001001010010101001 | e58e93e291b5eabda6e6b8a6eab384ec94a9 |
UHC | 厓⑵꽦渦계씩 | 111001001110110110101001111010001000010010110001111010001011111010110000111010001011111010111111 | e4eda9e884b1e8beb0e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)