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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 笄糀祚烱 | 1110001010100000111000101110111111100010010011101110000001110111 | e2a0e2efe24ee077 |
EUC-JP | 笄糀祚烱 | 1110010010100010111001001111000111100011101011111101111111011000 | e4a2e4f1e3afdfd8 |
UTF-8 | 笄糀祚烱 | 111001111010110010000100111001111011001110000000111001111010010110011010111001111000001110110001 | e7ac84e7b380e7a59ae783b1 |
UHC | ??祚烱 | 001111110011111111110000110101001100110011011110 | 3f3ff0d4ccde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)