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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉅イア鱧 | 111001111110100010110010101100011110100111100101 | e7e8b2b1e9e5 |
EUC-JP | 鉅イア鱧 | 1110111011101010100011101011001010001110101100011111001011100111 | eeea8eb28eb1f2e7 |
UTF-8 | 鉅イア鱧 | 111010011000100110000101111011111011110110110010111011111011110110110001111010011011000110100111 | e98985efbdb2efbdb1e9b1a7 |
UHC | 鉅??? | 1100101111101001001111110011111100111111 | cbe93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)