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 | 蒟ヨ姥纜 | 1110010011100101100000111000100010001001010101111110001110011100 | e4e583888957e39c |
EUC-JP | 蒟ヨ姥纜 | 1110100011100111101001011110100010110001101110001110010111111100 | e8e7a5e8b1b8e5fc |
UTF-8 | 蒟ヨ姥纜 | 111010001001001010011111111000111000001110101000111001011010011110100101111001111011101010011100 | e8929fe383a8e5a7a5e7ba9c |
UHC | ?ヨ?纜 | 001111111010101111101000001111111101010110111111 | 3fabe83fd5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)