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 | ?坎頸? | 001111111001101010101010111010001111001000111111 | 3f9aaae8f23f |
EUC-JP | ?坎頸? | 001111111101010010101100111100001111010000111111 | 3fd4acf0f43f |
UTF-8 | 뤶坎頸끗 | 111010111010010010110110111001011001110110001110111010011010000010111000111010111000000110010111 | eba4b6e59d8ee9a0b8eb8197 |
UHC | 뤶坎頸끗 | 1000111111100100110010101110110011001100111100101011001011111101 | 8fe4caecccf2b2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)