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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 矚ヘーP | 1110000111011111110011011011000001010000 | e1dfcdb050 |
EUC-JP | 矚ヘーP | 11100010111000011000111011001101100011101011000001010000 | e2e18ecd8eb050 |
UTF-8 | 矚ヘーP | 11100111100111111001101011101111101111101000110111101111101111011011000001010000 | e79f9aefbe8defbdb050 |
UHC | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)