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 | 001111111001000010110111100010110111011001000010 | 3f90b78b7642 |
EUC-JP | ?盛久B | 001111111100000010111001101101011101011101000010 | 3fc0b9b5d742 |
UTF-8 | 쟌盛久B | 11101100100111111000110011100111100110111001101111100100101110011000010101000010 | ec9f8ce79b9be4b98542 |
UHC | 쟌盛久B | 11000000111100101110000011111100110011101111100101000010 | c0f2e0fccef942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)