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 | ??ヂ??ヂ^ | 001111110011111110000011011000010011111100111111100000110110000101011110 | 3f3f83613f3f83615e |
EUC-JP | ??ヂ??ヂ^ | 001111110011111110100101110000100011111100111111101001011100001001011110 | 3f3fa5c23f3fa5c25e |
UTF-8 | 룶츕ヂ룶츕ヂ^ | 11101011101000111011011011101100101110001001010111100011100000111000001011101011101000111011011011101100101110001001010111100011100000111000001001011110 | eba3b6ecb895e38382eba3b6ecb895e383825e |
UHC | 룶츕ヂ룶츕ヂ^ | 10001111101010111010111010001111101010111100001010001111101010111010111010001111101010111100001001011110 | 8fabae8fabc28fabae8fabc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)