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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???戍序ご | 001111110011111100111111100111001111100110001111100110001000001010110010 | 3f3f3f9cf98f9882b2 |
EUC-JP | ???戍序ご | 001111110011111100111111110110001111101110111101111110001010010010110100 | 3f3f3fd8fbbdf8a4b4 |
UTF-8 | 룵끗룶戍序ご | 111010111010001110110101111010111000000110010111111010111010001110110110111001101000100010001101111001011011101010001111111000111000000110010100 | eba3b5eb8197eba3b6e6888de5ba8fe38194 |
UHC | 룵끗룶戍序ご | 100011111010101010110010111111011000111110101011111000101010000111011111111011011010101010110100 | 8faab2fd8fabe2a1dfedaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)