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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?}??パ\ | 0011111110000001011100000011111100111111100000110111000001011100 | 3f81703f3f83705c |
EUC-JP | ?}??パ\ | 0011111110100001110100010011111100111111101001011101000101011100 | 3fa1d13f3fa5d15c |
UTF-8 | 룶}룶콓パ\ | 11101011101000111011011011101111101111011001110111101011101000111011011011101100101111011001001111100011100000111001000101011100 | eba3b6efbd9deba3b6ecbd93e383915c |
UHC | 룶}룶콓パ\ | 1000111110101011101000111111110110001111101010111011000110001111101010111101000101011100 | 8faba3fd8fabb18fabd15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)