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 | 嚥??猶?? | 1001101010001011001111110011111110010111010100000011111100111111 | 9a8b3f3f97503f3f |
EUC-JP | 嚥??猶?? | 1101001111101011001111110011111111001101101100010011111100111111 | d3eb3f3fcdb13f3f |
UTF-8 | 嚥싲벡猶양솾 | 111001011001101010100101111011001000101110110010111010111011001010100001111001111000110010110110111011001001011010010001111011001000011010111110 | e59aa5ec8bb2ebb2a1e78cb6ec9691ec86be |
UHC | 嚥싲벡猶양솾 | 111001101011111110011010111010111011101010100100111010111010001010111110111001111001100110110010 | e6bf9aebbaa4eba2bee799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)