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 | ?琿?? | 0011111111100000111010110011111100111111 | 3fe0eb3f3f |
EUC-JP | ?琿?? | 0011111111100000111011010011111100111111 | 3fe0ed3f3f |
UTF-8 | 뤿琿㎬함 | 111010111010010010111111111001111001000010111111111000111000111010101100111011011001010110101000 | eba4bfe790bfe38eaced95a8 |
UHC | 뤿琿㎬함 | 1000111111101011111110111110101010100111111010001100011111010100 | 8febfbeaa7e8c7d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)