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 | ?畢荊? | 001111111001010101001100100011000111010000111111 | 3f954c8c743f |
EUC-JP | ?畢荊? | 001111111100100110101101101101111101010100111111 | 3fc9adb7d53f |
UTF-8 | 뤋畢荊쾸 | 111010111010010010001011111001111001010110100010111010001000110110001010111011001011111010111000 | eba48be795a2e88d8aecbeb8 |
UHC | 뤋畢荊쾸 | 1000111110111011111110011011010011111011101010101011001010001110 | 8fbbf9b4fbaab28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)