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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?畢漿?? | 00111111100101010100110010011111111101110011111100111111 | 3f954c9ff73f3f |
EUC-JP | ?畢漿?? | 00111111110010011010110111011110111110010011111100111111 | 3fc9addef93f3f |
UTF-8 | 뤋畢漿쾸퀯 | 111010111010010010001011111001111001010110100010111001101011110010111111111011001011111010111000111011011000000010101111 | eba48be795a2e6bcbfecbeb8ed80af |
UHC | 뤋畢漿쾸퀯 | 10001111101110111111100110110100111011011110110010110010100011101011010001000010 | 8fbbf9b4edecb28eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)