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 | 浴??岳? | 10010111100000010011111100111111100010100111100000111111 | 97813f3f8a783f |
EUC-JP | 浴??岳? | 11001101111000010011111100111111101100111101100100111111 | cde13f3fb3d93f |
UTF-8 | 浴덅꽦岳귻 | 111001101011010110110100111010111000110110000101111010101011110110100110111001011011001010110011111010101011011110111011 | e6b5b4eb8d85eabda6e5b2b3eab7bb |
UHC | 浴덅꽦岳귻 | 11101001101100011000100011101000100001001011000111100100101111111000001101000010 | e9b188e884b1e4bf8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)