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 | 雅??仰?? | 1000100111101011001111110011111110001011110000100011111100111111 | 89eb3f3f8bc23f3f |
EUC-JP | 雅??仰?? | 1011001011101101001111110011111110110110110001000011111100111111 | b2ed3f3fb6c43f3f |
UTF-8 | 雅먮젙仰띄탢 | 111010011001101110000101111010111010100010101110111011001010000010011001111001001011101110110000111010111001110110000100111011011000001110100010 | e99b85eba8aeeca099e4bbb0eb9d84ed83a2 |
UHC | 雅먮젙仰띄탢 | 111001001011101010010000111010111010000010010101111001001110011010110110111001111011010110000101 | e4ba90eba095e4e6b6e7b585 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)