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 | ???役d? | 0011111100111111001111111001011011110000100000101000010000111111 | 3f3f3f96f082843f |
EUC-JP | ???役d? | 0011111100111111001111111100110011110010101000111110010000111111 | 3f3f3fccf2a3e43f |
UTF-8 | 琉쀧랜役d벰 | 111011111010011110001100111011001000000010100111111010111001111010011100111001011011110110111001111011111011110110000100111010111011001010110000 | efa78cec80a7eb9e9ce5bdb9efbd84ebb2b0 |
UHC | 琉쀧랜役d벰 | 111010111010010010010111111001111011011110100011111001101011010110100011111001001011101010101000 | eba497e7b7a3e6b5a3e4baa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)