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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閾溷オ梧楾 | 111010001000011110011111111001011011010110001100111001101001111010110111 | e8879fe5b58ce69eb7 |
EUC-JP | 閾溷オ梧楾 | 11101111111001111101111011100111100011101011010110111000111010001101110010111001 | efe7dee78eb5b8e8dcb9 |
UTF-8 | 閾溷オ梧楾 | 111010011001011010111110111001101011101010110111111011111011110110110101111001101010001010100111111001101010010110111110 | e996bee6bab7efbdb5e6a2a7e6a5be |
UHC | ???梧? | 001111110011111100111111111001111111110000111111 | 3f3f3fe7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)