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 | 軟??驛 | 100100111110111000111111001111111110100110000011 | 93ee3f3fe983 |
EUC-JP | 軟??驛 | 110001101111000000111111001111111111000111100011 | c6f03f3ff1e3 |
UTF-8 | 軟쒍툋驛 | 111010001011101110011111111011001001001010001101111011011000100010001011111010011010100110011011 | e8bb9fec928ded888be9a99b |
UHC | 軟쒍툋驛 | 1110011011100011100111001110010010111000100000111110011010111110 | e6e39ce4b883e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)