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 | ???媛d? | 0011111100111111001111111001010101010001100000101000010000111111 | 3f3f3f955182843f |
EUC-JP | 濚??媛d? | 10001111110010011010000100111111001111111100100110110010101000111110010000111111 | 8fc9a13f3fc9b2a3e43f |
UTF-8 | 濚⑸뭿媛d옌 | 111001101011111110011010111000101001000110111000111010111010110110111111111001011010101010011011111011111011110110000100111011001001100010001100 | e6bf9ae291b8ebadbfe5aa9befbd84ec988c |
UHC | 濚⑸뭿媛d옌 | 111001111011100110101001111010111001001010001110111010101011000010100011111001001011111110111010 | e7b9a9eb928eeab0a3e4bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)