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 | ???吟?? | 00111111001111110011111110001011111000010011111100111111 | 3f3f3f8be13f3f |
EUC-JP | ???吟?? | 00111111001111110011111110110110111000110011111100111111 | 3f3f3fb6e33f3f |
UTF-8 | 琉쀧윲吟앸젙 | 111011111010011110001100111011001000000010100111111011001001110010110010111001011001000010011111111011001001010110111000111011001010000010011001 | efa78cec80a7ec9cb2e5909fec95b8eca099 |
UHC | 琉쀧윲吟앸젙 | 111010111010010010010111111001111001111110101111111010111110000110011101111010111010000010010101 | eba497e79fafebe19deba095 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)