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 | ?程???? | 00111111100100101111011000111111001111110011111100111111 | 3f92f63f3f3f3f |
EUC-JP | ?程???? | 00111111110001001111100000111111001111110011111100111111 | 3fc4f83f3f3f3f |
UTF-8 | 렱程렮롚섀얏 | 111010111010000010110001111001111010100010001011111010111010000010101110111010111010000110011010111011001000010010000000111011001001011010001111 | eba0b1e7a88beba0aeeba19aec8480ec968f |
UHC | 렱程렮롚섀얏 | 100011101011111011101111111011111000111010111011100011101101111010111100101010001011111011100110 | 8ebeefef8ebb8edebca8bee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)