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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鱈達則巽贈 | 10010010010011001001001001000010100100011010010110010010010001101001000110100001 | 924c924291a5924691a1 |
EUC-JP | 鱈達則巽贈 | 11000011101011011100001110100011110000101010011111000011101001111100001010100011 | c3adc3a3c2a7c3a7c2a3 |
UTF-8 | 鱈達則巽贈 | 111010011011000110001000111010011000000110010100111001011000100110000111111001011011011110111101111010001011010010001000 | e9b188e98194e58987e5b7bde8b488 |
UHC | ?達則巽贈 | 001111111101001110111001111101101100111011100001110111101111000111111100 | 3fd3b9f6cee1def1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)