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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?終ず | 0011111110001111010010011000001010111000 | 3f8f4982b8 |
EUC-JP | ?終ず | 0011111110111101101010101010010010111010 | 3fbdaaa4ba |
UTF-8 | 얍終ず | 111011001001011010001101111001111011010110000010111000111000000110011010 | ec968de7b582e3819a |
UHC | 얍終ず | 101111101110010111110000111110111010101010111010 | bee5f0fbaaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)