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 | 癰????? | 11100001100111100011111100111111001111110011111100111111 | e19e3f3f3f3f3f |
EUC-JP | 癰???雩? | 111000011111111000111111001111110011111110001111111001101111101000111111 | e1fe3f3f3f8fe6fa3f |
UTF-8 | 癰얠롒뤷雩쥑 | 111001111001100110110000111011001001011010100000111010111010000110010010111010111010010010110111111010011001101110101001111011001010010110010001 | e799b0ec96a0eba192eba4b7e99ba9eca591 |
UHC | 癰얠롒뤷雩쥑 | 111010001011100110111110111011001000111011010111100011111110010111101001111011001100000111100100 | e8b9beec8ed78fe5e9ecc1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)