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 | 籖汐疾 | 1110001011011101100011101010110011110000111101011000111010111110 | e2dd8eacf0f58ebe |
EUC-JP | 籖汐?疾 | 11100100110111111011110010101110001111111011110011000000 | e4dfbcae3fbcc0 |
UTF-8 | 籖汐疾 | 111001111011000110010110111001101011000110010000111011101000001010110100111001111001011010111110 | e7b196e6b190ee82b4e796be |
UHC | ?汐?疾 | 001111111110000010110001001111111111001011110000 | 3fe0b13ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)