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 | 諱呱收繞 | 1110011010000001100110011110101110011101101111101110001110000101 | e68199eb9dbee385 |
EUC-JP | 諱呱收繞 | 1110101111100001110100101110110111011010110000001110010111100101 | ebe1d2eddac0e5e5 |
UTF-8 | 諱呱收繞 | 111010001010101110110001111001011001000110110001111001101001010010110110111001111011100110011110 | e8abb1e591b1e694b6e7b99e |
UHC | 諱呱收繞 | 1111110111001001110011011011001011100010101001011110100110100100 | fdc9cdb2e2a5e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)