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 | 丈ヲ者執 | 100011111110010010100110100011101101001011110010101111001000111010110111 | 8fe4a68ed2f2bc8eb7 |
EUC-JP | 丈ヲ者?執 | 101111101110011010001110101001101011110011010100001111111011110010111001 | bee68ea6bcd43fbcb9 |
UTF-8 | 丈ヲ者執 | 111001001011100010001000111011111011110110100110111010001000000010000101111011101000011110110011111001011001111110110111 | e4b888efbda6e88085ee87b3e59fb7 |
UHC | 丈?者?執 | 1110110111011011001111111110110110111010001111111111001011111011 | eddb3fedba3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)