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 | 運??? | 1000100101011110001111110011111100111111 | 895e3f3f3f |
EUC-JP | 運?˘? | 10110001101111110011111110001111101000101010111100111111 | b1bf3f8fa2af3f |
UTF-8 | 運숀˘諪 | 1110100110000001100010111110110010001000100000001100101110011000111010001010101110101010 | e9818bec8880cb98e8abaa |
UHC | 運숀˘諪 | 1110101010100001101111001111000010100010101010001110111111110101 | eaa1bcf0a2a8eff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)