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 | 丈ヲ者湿 | 100011111110010010100110100011101101001011110010110000101000111010111100 | 8fe4a68ed2f2c28ebc |
EUC-JP | 丈ヲ者?湿 | 101111101110011010001110101001101011110011010100001111111011110010111110 | bee68ea6bcd43fbcbe |
UTF-8 | 丈ヲ者湿 | 111001001011100010001000111011111011110110100110111010001000000010000101111011101000011110111001111001101011100110111111 | e4b888efbda6e88085ee87b9e6b9bf |
UHC | 丈?者?? | 11101101110110110011111111101101101110100011111100111111 | eddb3fedba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)