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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | テつ蘗] | 110000111000001011000010100111110100000101011101 | c382c29f415d |
EUC-JP | テつ蘗] | 10001110110000111010010011000100110111011010001001011101 | 8ec3a4c4dda25d |
UTF-8 | テつ蘗] | 11101111101111101000001111100011100000011010010011101000100110001001011101011101 | efbe83e381a4e898975d |
UHC | ?つ蘗] | 001111111010101011000100110111001010001001011101 | 3faac4dca25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)