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 | ??じ拔 | 001111110011111110000010101101101001110101010101 | 3f3f82b69d55 |
EUC-JP | 澔?じ拔 | 1000111111001000111011000011111110100100101110001101100110110110 | 8fc8ec3fa4b8d9b6 |
UTF-8 | 澔뫄じ拔 | 111001101011111010010100111010111010101110000100111000111000000110011000111001101000101110010100 | e6be94ebab84e38198e68b94 |
UHC | 澔뫄じ拔 | 1111101111001011101110001111101010101010101110001101101011111011 | fbcbb8faaab8dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)