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 | 終???猿 | 10001111010010010011111100111111001111111000100110001110 | 8f493f3f3f898e |
EUC-JP | 終???猿 | 10111101101010100011111100111111001111111011000111101110 | bdaa3f3f3fb1ee |
UTF-8 | 終렔理렏猿 | 111001111011010110000010111010111010000010010100111011111010011110100100111010111010000010001111111001111000110010111111 | e7b582eba094efa7a4eba08fe78cbf |
UHC | 終렔理렏猿 | 11110000111110111000111010101001111011001011010110001110101001011110101010111011 | f0fb8ea9ecb58ea5eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)