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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??ヲ??ヂ^ | 001111110011111110000011100100100011111100111111100000110110000101011110 | 3f3f83923f3f83615e |
EUC-JP | ??ヲ??ヂ^ | 001111110011111110100101111100100011111100111111101001011100001001011110 | 3f3fa5f23f3fa5c25e |
UTF-8 | 룶즽ヲ룶쾹ヂ^ | 11101011101000111011011011101100101001101011110111100011100000111011001011101011101000111011011011101100101111101011100111100011100000111000001001011110 | eba3b6eca6bde383b2eba3b6ecbeb9e383825e |
UHC | 룶즽ヲ룶쾹ヂ^ | 10001111101010111010001110001111101010111111001010001111101010111011001010001111101010111100001001011110 | 8faba38fabf28fabb28fabc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)