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 | 狐?祭攀? | 1000110011001111001111111000110111010101100111011011001100111111 | 8ccf3f8dd59db33f |
EUC-JP | 狐?祭攀? | 1011100011010001001111111011101011010111110110101011010100111111 | b8d13fbad7dab53f |
UTF-8 | 狐렦祭攀렜 | 111001111000101110010000111010111010000010100110111001111010010110101101111001101001010010000000111010111010000010011100 | e78b90eba0a6e7a5ade69480eba09c |
UHC | 狐렦祭攀렜 | 11111011110011111000111010110101111100001010111011011010111001111000111010101110 | fbcf8eb5f0aedae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)