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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?た | 001111111000001010111101 | 3f82bd |
EUC-JP | ?た | 001111111010010010111111 | 3fa4bf |
UTF-8 | 엉た | 111011001001011110001001111000111000000110011111 | ec9789e3819f |
UHC | 엉た | 10111110111110111010101010111111 | befbaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)