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 | 鱈脱卒鱈其損 | 100100100100110010010010010001011001000110110010100100100100110010010001101101001001000110111001 | 924c924591b2924c91b491b9 |
EUC-JP | 鱈脱卒鱈其損 | 110000111010110111000011101001101100001010110100110000111010110111000010101101101100001010111011 | c3adc3a6c2b4c3adc2b6c2bb |
UTF-8 | 鱈脱卒鱈其損 | 111010011011000110001000111010001000010010110001111001011000110110010010111010011011000110001000111001011000010110110110111001101001000010001101 | e9b188e884b1e58d92e9b188e585b6e6908d |
UHC | ??卒?其損 | 001111110011111111110000111011110011111111010000111011001110000111011111 | 3f3ff0ef3fd0ece1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)