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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?汝?汝B | 00111111100100111111000000111111100100111111000001000010 | 3f93f03f93f042 |
EUC-JP | ?汝?汝B | 00111111110001101111001000111111110001101111001001000010 | 3fc6f23fc6f242 |
UTF-8 | 윎汝윎汝B | 11101100100111001000111011100110101100011001110111101100100111001000111011100110101100011001110101000010 | ec9c8ee6b19dec9c8ee6b19d42 |
UHC | 윎汝윎汝B | 100111111001010111100110101000111001111110010101111001101010001101000010 | 9f95e6a39f95e6a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)