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 | 瑜狠爻牾 | 1110000011101111111000001100000111100000101010011110000010110001 | e0efe0c1e0a9e0b1 |
EUC-JP | 瑜狠爻牾 | 1110000011110001111000001100001111100000101010111110000010110011 | e0f1e0c3e0abe0b3 |
UTF-8 | 瑜狠爻牾 | 111001111001000110011100111001111000101110100000111001111000100010111011111001111000100110111110 | e7919ce78ba0e788bbe789be |
UHC | 瑜?爻? | 111010111010010100111111111111011010000100111111 | eba53ffda13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)