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 | 吟≪?? | 100010111110000110000001111000010011111100111111 | 8be181e13f3f |
EUC-JP | 吟≪?璵 | 1011011011100011101000101110001100111111100011111100110011100110 | b6e3a2e33f8fcce6 |
UTF-8 | 吟≪뢾璵 | 111001011001000010011111111000101000100110101010111010111010001010111110111001111001001010110101 | e5909fe289aaeba2bee792b5 |
UHC | 吟≪뢾璵 | 1110101111100001101000011110110010001111100000011110011010100101 | ebe1a1ec8f81e6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)