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 | ワホ | 111101001100110111110010111101011101110011001110 | f4cdf2f5dcce |
EUC-JP | ??ワホ | 001111110011111110001110110111001000111011001110 | 3f3f8edc8ece |
UTF-8 | ワホ | 111011101000110110111100111011101000100010101100111011111011111010011100111011111011111010001110 | ee8dbcee88acefbe9cefbe8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)