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}YN}bE | 100100010100111001111101010110011001000101001110011111010110001001000101 | 914e7d59914e7d6245 |
SJIS-WIN | ?N}Y?N}bE | 001111110100111001111101010110010011111101001110011111010110001001000101 | 3f4e7d593f4e7d6245 |
EUC-JP | ?N}Y?N}bE | 001111110100111001111101010110010011111101001110011111010110001001000101 | 3f4e7d593f4e7d6245 |
UTF-8 | N}YN}bE | 1100001010010001010011100111110101011001110000101001000101001110011111010110001001000101 | c2914e7d59c2914e7d6245 |
UHC | ?N}Y?N}bE | 001111110100111001111101010110010011111101001110011111010110001001000101 | 3f4e7d593f4e7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)