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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??盧??盧B | 001111110011111111100001101110000011111100111111111000011011100001000010 | 3f3fe1b83f3fe1b842 |
EUC-JP | ??盧??盧B | 001111110011111111100010101110100011111100111111111000101011101001000010 | 3f3fe2ba3f3fe2ba42 |
UTF-8 | 앎뤒盧앎뤒盧B | 11101100100101011000111011101011101001001001001011100111100110111010011111101100100101011000111011101011101001001001001011100111100110111010011101000010 | ec958eeba492e79ba7ec958eeba492e79ba742 |
UHC | 앎뤒盧앎뤒盧B | 10111110110011011000111111000010110101101101010010111110110011011000111111000010110101101101010001000010 | becd8fc2d6d4becd8fc2d6d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)