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 | 錵碕シ袿 | 11101000010001011000110111101010101111001110010111011101 | e8458deabce5dd |
EUC-JP | 錵碕シ袿 | 1110111110100110101110101110110010001110101111001110101011011111 | efa6baec8ebceadf |
UTF-8 | 錵碕シ袿 | 111010011000110010110101111001111010001010010101111011111011110110111100111010001010001010111111 | e98cb5e7a295efbdbce8a2bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)