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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?暖p靑 | 00111111100100100110011110000010100100001111101111110010 | 3f92678290fbf2 |
EUC-JP | ?暖p? | 001111111100001111001000101000111111000000111111 | 3fc3c8a3f03f |
UTF-8 | 뤒暖p靑 | 111010111010010010010010111001101001101010010110111011111011110110010000111010011001110110010001 | eba492e69a96efbd90e99d91 |
UHC | 뤒暖p靑 | 1000111111000010110100011110110010100011111100001111010011101100 | 8fc2d1eca3f0f4ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)