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 | ¼Õ¼£èÅ | 101111001101010110111100101000111110100011000101 | bcd5bca3e8c5 |
SJIS-WIN | ???£?? | 00111111001111110011111110000001100100100011111100111111 | 3f3f3f81923f3f |
EUC-JP | ?Õ?£èÅ | 00111111100011111010101011011000001111111010000111110010100011111010101110110010100011111010101010101001 | 3f8faad83fa1f28fabb28faaa9 |
UTF-8 | ¼Õ¼£èÅ | 110000101011110011000011100101011100001010111100110000101010001111000011101010001100001110000101 | c2bcc395c2bcc2a3c3a8c385 |
UHC | ¼?¼??? | 1010100011111001001111111010100011111001001111110011111100111111 | a8f93fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)