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 | ???Y??? | 00111111001111110011111101011001001111110011111100111111 | 3f3f3f593f3f3f |
SJIS-WIN | ??∫Y??〓 | 001111110011111110000001111001110101100100111111001111111000000110101100 | 3f3f81e7593f3f81ac |
EUC-JP | ??∫Y??〓 | 001111110011111110100010111010010101100100111111001111111010001010101110 | 3f3fa2e9593f3fa2ae |
UTF-8 | 룶엌∫Y룶엌〓 | 11101011101000111011011011101100100101111000110011100010100010001010101101011001111010111010001110110110111011001001011110001100111000111000000010010011 | eba3b6ec978ce288ab59eba3b6ec978ce38093 |
UHC | 룶엌∫Y룶엌〓 | 10001111101010111011111011111101101000011111001001011001100011111010101110111110111111011010000111101011 | 8fabbefda1f2598fabbefda1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)