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 | 啼?肄葛?0 | 10011010011001010011111111100011111001011000101010001011001111111000001001001111 | 9a653fe3e58a8b3f824f |
EUC-JP | 啼?肄葛?0 | 11010011110001100011111111100110111001111011001111101011001111111010001110110000 | d3c63fe6e7b3eb3fa3b0 |
UTF-8 | 啼렮肄葛롛0 | 111001011001010110111100111010111010000010101110111010001000001010000100111010001001000110011011111010111010000110011011111011111011110010010000 | e595bceba0aee88284e8919beba19befbc90 |
UHC | 啼렮肄葛롛0 | 111100001010011010001110101110111110110010111101110010101110011110001110110111111010001110110000 | f0a68ebbecbdcae78edfa3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)