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 | 瓦れ?? | 100010101010001010000010111010100011111100111111 | 8aa282ea3f3f |
EUC-JP | 瓦れ?? | 101101001010010010100100111011000011111100111111 | b4a4a4ec3f3f |
UTF-8 | 瓦れ염溜 | 111001111001001110100110111000111000001010001100111011001001011110111100111011111010011110001011 | e793a6e3828cec97bcefa78b |
UHC | 瓦れ염溜 | 1110100010111111101010101110110010111111101100001110101011111110 | e8bfaaecbfb0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)