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 | 庸??泣?┸ | 100101110110011000111111001111111000101110000011001111111000010010111101 | 97663f3f8b833f84bd |
EUC-JP | 庸??泣?┸ | 110011011100011100111111001111111011010111100011001111111010100010111111 | cdc73f3fb5e33fa8bf |
UTF-8 | 庸뉎끏泣쏉┸ | 111001011011101010111000111010111000100110001110111010111000000110001111111001101011001110100011111011001000111110001001111000101001010010111000 | e5bab8eb898eeb818fe6b3a3ec8f89e294b8 |
UHC | 庸뉎끏泣쏉┸ | 111010011011110010000111111000111000010110111111111010111110100010011011111011111010011010111111 | e9bc87e385bfebe89befa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)