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 | 逶也名鮨州 | 11100111100110111001011011100111100101101011110011101001101111011000111101000010 | e79b96e796bce9bd8f42 |
EUC-JP | 逶也名鮨州 | 11101101111110111100110011101001110011001011111011110010101111111011110110100011 | edfbcce9ccbef2bfbda3 |
UTF-8 | 逶也名鮨州 | 111010011000000010110110111001001011100110011111111001011001000010001101111010011010111010101000111001011011011110011110 | e980b6e4b99fe5908de9aea8e5b79e |
UHC | ?也名?州 | 0011111111100101101001011101100110100011001111111111000110110110 | 3fe5a5d9a33ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)