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 | 隰晏ォ芽ャ晏 | 11101000101011001001110111100101101010111000100111101000101011001001110111100101 | e8ac9de5ab89e8ac9de5 |
EUC-JP | 隰晏ォ芽ャ晏 | 111100001010111011011010111001111000111010101011101100101110101010001110101011001101101011100111 | f0aedae78eabb2ea8eacdae7 |
UTF-8 | 隰晏ォ芽ャ晏 | 111010011001101010110000111001101001100110001111111011111011110110101011111010001000101010111101111011111011110110101100111001101001100110001111 | e99ab0e6998fefbdabe88abdefbdace6998f |
UHC | ?晏?芽?晏 | 001111111110010011001111001111111110010010110100001111111110010011001111 | 3fe4cf3fe4b43fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)