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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 丈ヲ叱隕式鞳 | 1000111111100100101001101000111010110110111010001010011010001110101011101110100011100011 | 8fe4a68eb6e8a68eaee8e3 |
EUC-JP | 丈ヲ叱隕式鞳 | 101111101110011010001110101001101011110010111000111100001010100010111100101100001111000011100101 | bee68ea6bcb8f0a8bcb0f0e5 |
UTF-8 | 丈ヲ叱隕式鞳 | 111001001011100010001000111011111011110110100110111001011000111110110001111010011001101010010101111001011011110010001111111010011001111010110011 | e4b888efbda6e58fb1e99a95e5bc8fe99eb3 |
UHC | 丈?叱隕式? | 11101101110110110011111111110010111010101110101010100010111000111101001000111111 | eddb3ff2eaeaa2e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)