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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鉀? | 00111111111110111100010100111111 | 3ffbc53f |
EUC-JP | ?鉀? | 0011111110001111111000111101100000111111 | 3f8fe3d83f |
UTF-8 | 뤦鉀呂 | 111010111010010010100110111010011000100110000000111011111010011010000000 | eba4a6e98980efa680 |
UHC | 뤦鉀呂 | 100011111101010011001011101001011110010111111011 | 8fd4cba5e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)