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 | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 챈혧혳n챈혧혳nB | 111011001011000110001000111011011001100010100111111011011001100010110011011011101110110010110001100010001110110110011000101001111110110110011000101100110110111001000010 | ecb188ed98a7ed98b36eecb188ed98a7ed98b36e42 |
UHC | 챈혧혳n챈혧혳nB | 110000111010011011000010100011111100001010011010011011101100001110100110110000101000111111000010100110100110111001000010 | c3a6c28fc29a6ec3a6c28fc29a6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)