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 | 窪?乙? | 100011000100010100111111100010011011001100111111 | 8c453f89b33f |
EUC-JP | 窪?乙? | 101101111010011000111111101100101011010100111111 | b7a63fb2b53f |
UTF-8 | 窪렱乙엔 | 111001111010101010101010111010111010000010110001111001001011100110011001111011001001011110010100 | e7aaaaeba0b1e4b999ec9794 |
UHC | 窪렱乙엔 | 1110100011000001100011101011111011101011111000001011111110100011 | e8c18ebeebe0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)