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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 訷疾襃ニム釈^ | 1111101110100100100011101011111011100101111011111100011011010001100011101101111101011110 | fba48ebee5efc6d18edf5e |
EUC-JP | 訷疾襃ニム釈^ | 1000111111011101110101001011110011000000111010101111000110001110110001101000111011010001101111001110000101011110 | 8fddd4bcc0eaf18ec68ed1bce15e |
UTF-8 | 訷疾襃ニム釈^ | 11101000101010001011011111100111100101101011111011101000101001011000001111101111101111101000011011101111101111101001000111101001100001111000100001011110 | e8a8b7e796bee8a583efbe86efbe91e987885e |
UHC | ?疾????^ | 0011111111110010111100000011111100111111001111110011111101011110 | 3ff2f03f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)