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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??げ?男 | 00111111001111111000001010110000001111111001001001101010 | 3f3f82b03f926a |
EUC-JP | ??げ?男 | 00111111001111111010010010110010001111111100001111001011 | 3f3fa4b23fc3cb |
UTF-8 | 룶卽げ룶男 | 111010111010001110110110111001011000110110111101111000111000000110010010111010111010001110110110111001111001010010110111 | eba3b6e58dbde38192eba3b6e794b7 |
UHC | 룶卽げ룶男 | 10001111101010111111000111101101101010101011001010001111101010111101000111111011 | 8fabf1edaab28fabd1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)