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 | ??臂??臂^ | 001111110011111111100100010111010011111100111111111001000101110101011110 | 3f3fe45d3f3fe45d5e |
EUC-JP | ??臂??臂^ | 001111110011111111100111101111100011111100111111111001111011111001011110 | 3f3fe7be3f3fe7be5e |
UTF-8 | 룶沈臂룶沈臂^ | 11101011101000111011011011101111101001011011001011101000100001111000001011101011101000111011011011101111101001011011001011101000100001111000001001011110 | eba3b6efa5b2e88782eba3b6efa5b2e887825e |
UHC | 룶沈臂룶沈臂^ | 10001111101010111110010010100001110111101010001010001111101010111110010010100001110111101010001001011110 | 8fabe4a1dea28fabe4a1dea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)