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 | ¶ýÍÅ | 10110110111111011100110111000101 | b6fdcdc5 |
SJIS-WIN | ¶??? | 1000000111110111001111110011111100111111 | 81f73f3f3f |
EUC-JP | ¶ýÍÅ | 1010001011111001100011111010101111110010100011111010101010111111100011111010101010101001 | a2f98fabf28faabf8faaa9 |
UTF-8 | ¶ýÍÅ | 1100001010110110110000111011110111000011100011011100001110000101 | c2b6c3bdc38dc385 |
UHC | ¶??? | 1010001011010010001111110011111100111111 | a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)