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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??魏ュ? | 111000011001111100111111001111111110100110110000100000111000010100111111 | e19f3f3fe9b083853f |
EUC-JP | 癲??魏ュ? | 111000101010000100111111001111111111001010110010101001011110010100111111 | e2a13f3ff2b2a5e53f |
UTF-8 | 癲띾끀魏ュ죰 | 111001111001100110110010111010111001110110111110111010111000000110000000111010011010110110001111111000111000001110100101111011001010001110110000 | e799b2eb9dbeeb8180e9ad8fe383a5eca3b0 |
UHC | 癲띾끀魏ュ죰 | 111011111010011010001101111010111000010110110110111010101110000010101011111001011010000110001011 | efa68deb85b6eae0abe5a18b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)