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 | 癲??也 | 111000011001111100111111001111111001011011100111 | e19f3f3f96e7 |
EUC-JP | 癲??也 | 111000101010000100111111001111111100110011101001 | e2a13f3fcce9 |
UTF-8 | 癲밸썑也 | 111001111001100110110010111010111011000010111000111011001000110110010001111001001011100110011111 | e799b2ebb0b8ec8d91e4b99f |
UHC | 癲밸썑也 | 1110111110100110101110011110101110011011100001001110010110100101 | efa6b9eb9b84e5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)