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 | 劾?ご? | 100010100100111000111111100000101011001000111111 | 8a4e3f82b23f |
EUC-JP | 劾?ご? | 101100111010111100111111101001001011010000111111 | b3af3fa4b43f |
UTF-8 | 劾뫄ご렚 | 111001011000101010111110111010111010101110000100111000111000000110010100111010111010000010011010 | e58abeebab84e38194eba09a |
UHC | 劾뫄ご렚 | 1111101010110110101110001111101010101010101101001000111010101101 | fab6b8faaab48ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)