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 | 媛私?阜 | 10010101010100011000111010000100001111111001010110001100 | 95518e843f958c |
EUC-JP | 媛私?阜 | 11001001101100101011101111100100001111111100100111101100 | c9b2bbe43fc9ec |
UTF-8 | 媛私렜阜 | 111001011010101010011011111001111010011110000001111010111010000010011100111010011001100010011100 | e5aa9be7a781eba09ce9989c |
UHC | 媛私렜阜 | 1110101010110000110111101110011110001110101011101101110110111101 | eab0dee78eaeddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)