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 | 癲?!踰?? | 111000011001111100111111100000010100100111100110111110100011111100111111 | e19f3f8149e6fa3f3f |
EUC-JP | 癲?!踰?? | 111000101010000100111111101000011010101011101100111111000011111100111111 | e2a13fa1aaecfc3f3f |
UTF-8 | 癲얜!踰싧럡 | 111001111001100110110010111011001001011010011100111011111011110010000001111010001011100010110000111011001000101110100111111010111001111110100001 | e799b2ec969cefbc81e8b8b0ec8ba7eb9fa1 |
UHC | 癲얜!踰싧럡 | 111011111010011010111110111010111010001110100001111010111011001010011010111001011000111010000100 | efa6beeba3a1ebb29ae58e84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)