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 | ??領?? | 001111110011111110010111110011000011111100111111 | 3f3f97cc3f3f |
EUC-JP | ??領?? | 001111110011111111001110110011100011111100111111 | 3f3fcece3f3f |
UTF-8 | 렺늙領렊렺 | 111010111010000010111010111010111000101010011001111010011010000010011000111010111010000010001010111010111010000010111010 | eba0baeb8a99e9a098eba08aeba0ba |
UHC | 렺늙領렊렺 | 10001110110000101011010011000100110101101100010110001110101000011000111011000010 | 8ec2b4c4d6c58ea18ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)