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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 苒λ?B | 111001001001001010000011110010010011111101000010 | e49283c93f42 |
EUC-JP | 苒λ?B | 111001111111001010100110110010110011111101000010 | e7f2a6cb3f42 |
UTF-8 | 苒λ궃B | 111010001000101110010010110011101011101111101010101101101000001101000010 | e88b92cebbeab68342 |
UHC | 苒λ궃B | 11100110111111101010010111101011100000101001110001000010 | e6fea5eb829c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)