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 | ホ肓ヲホ | 110011101111011011111100111000111110100110100110110011101111011011111100 | cef6fce3e9a6cef6fc |
EUC-JP | ホ?肓ヲホ? | 10001110110011100011111111100110111010111000111010100110100011101100111000111111 | 8ece3fe6eb8ea68ece3f |
UTF-8 | ホ肓ヲホ | 111011111011111010001110111011101001010010100011111010001000001010010011111011111011110110100110111011111011111010001110111011101001010010100011 | efbe8eee94a3e88293efbda6efbe8eee94a3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)