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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 繕星i繕星iB | 1001000101010101100100001010111101101001100100010101010110010000101011110110100101000010 | 915590af69915590af6942 |
EUC-JP | 繕星i繕星iB | 1100000110110110110000001011000101101001110000011011011011000000101100010110100101000010 | c1b6c0b169c1b6c0b16942 |
UTF-8 | 繕星i繕星iB | 111001111011100110010101111001101001100010011111011010011110011110111001100101011110011010011000100111110110100101000010 | e7b995e6989f69e7b995e6989f6942 |
UHC | 繕星i繕星iB | 1110000011001011111000001111100001101001111000001100101111100000111110000110100101000010 | e0cbe0f869e0cbe0f86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)