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 | 憶??串 | 100010011010111100111111001111111000101111111000 | 89af3f3f8bf8 |
EUC-JP | 憶??串 | 101100101011000100111111001111111011011011111010 | b2b13f3fb6fa |
UTF-8 | 憶당넅串 | 111001101000011010110110111010111000101110111001111010111000010010000101111001001011100010110010 | e686b6eb8bb9eb8485e4b8b2 |
UHC | 憶당넅串 | 1110010111100011101101001110011110000110100101011100110111111010 | e5e3b4e78695cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)