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 | 鮻室昇ホ | 11111100010001011000111010111010100011111011100011001110 | fc458eba8fb8ce |
EUC-JP | 鮻室昇ホ | 100011111110101011101010101111001011110010111110101110101000111011001110 | 8feaeabcbcbeba8ece |
UTF-8 | 鮻室昇ホ | 111010011010111010111011111001011010111010100100111001101001100010000111111011111011111010001110 | e9aebbe5aea4e69887efbe8e |
UHC | ?室昇? | 001111111110001111111000111000111011000000111111 | 3fe3f8e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)