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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 臂臂[臂臂[^ | 1110010001011101111001000101110101011011111001000101110111100100010111010101101101011110 | e45de45d5be45de45d5b5e |
EUC-JP | 臂臂[臂臂[^ | 1110011110111110111001111011111001011011111001111011111011100111101111100101101101011110 | e7bee7be5be7bee7be5b5e |
UTF-8 | 臂臂[臂臂[^ | 111010001000011110000010111010001000011110000010010110111110100010000111100000101110100010000111100000100101101101011110 | e88782e887825be88782e887825b5e |
UHC | 臂臂[臂臂[^ | 1101111010100010110111101010001001011011110111101010001011011110101000100101101101011110 | dea2dea25bdea2dea25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)