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 | ?鉀?俯 | 001111111111101111000101001111111001100011101011 | 3ffbc53f98eb |
EUC-JP | ?鉀?俯 | 00111111100011111110001111011000001111111101000011101101 | 3f8fe3d83fd0ed |
UTF-8 | 뤦鉀呂俯 | 111010111010010010100110111010011000100110000000111011111010011010000000111001001011111110101111 | eba4a6e98980efa680e4bfaf |
UHC | 뤦鉀呂俯 | 1000111111010100110010111010010111100101111110111101110011110110 | 8fd4cba5e5fbdcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)