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 | 辣丈音苴 | 1110011110000101100011111110010010001001101110011110010010010011 | e7858fe489b9e493 |
EUC-JP | 辣丈音苴 | 1110110111100101101111101110011010110010101110111110011111110011 | ede5bee6b2bbe7f3 |
UTF-8 | 辣丈音苴 | 111010001011111010100011111001001011100010001000111010011001111110110011111010001000101110110100 | e8bea3e4b888e99fb3e88bb4 |
UHC | 辣丈音? | 11010101101110001110110111011011111010111110010100111111 | d5b8eddbebe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)