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 | ?鉀裝爭 | 00111111111110111100010111100101111001001110000010100101 | 3ffbc5e5e4e0a5 |
EUC-JP | ?鉀裝爭 | 0011111110001111111000111101100011101010111001101110000010100111 | 3f8fe3d8eae6e0a7 |
UTF-8 | 뤦鉀裝爭 | 111010111010010010100110111010011000100110000000111010001010001110011101111001111000100010101101 | eba4a6e98980e8a39de788ad |
UHC | 뤦鉀裝爭 | 1000111111010100110010111010010111101101111110111110111010110011 | 8fd4cba5edfbeeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)