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 | ??橙??? | 00111111001111111001111011110010001111110011111100111111 | 3f3f9ef23f3f3f |
EUC-JP | ??橙??? | 00111111001111111101110011110100001111110011111100111111 | 3f3fdcf43f3f3f |
UTF-8 | 씽뤦橙즼탮폙 | 111011001001010010111101111010111010010010100110111001101010100110011001111011001010011010111100111011011000001110101110111011011000111110011001 | ec94bdeba4a6e6a999eca6bced83aeed8f99 |
UHC | 씽뤦橙즼탮폙 | 101111101100010110001111110101001101010011110010101000111000111010110101100011101011110101000010 | bec58fd4d4f2a38eb58ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)