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 | 掩??旬?? | 1000100110000110001111110011111110001111011110110011111100111111 | 89863f3f8f7b3f3f |
EUC-JP | 掩??旬?? | 1011000111100110001111110011111110111101110111000011111100111111 | b1e63f3fbddc3f3f |
UTF-8 | 掩뽰엺旬들돍 | 111001101000111010101001111010111011110110110000111011001001011110111010111001101001011110101100111010111001001110100100111010111000111110001101 | e68ea9ebbdb0ec97bae697aceb93a4eb8f8d |
UHC | 掩뽰엺旬들돍 | 111001011111001110010110111011001001111010001100111000101110001010110101111010011000100110011011 | e5f396ec9e8ce2e2b5e9899b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)