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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邂狗ョ疑 | 11100111101011101000101111100111101011101000101101011110 | e7ae8be7ae8b5e |
EUC-JP | 邂狗ョ疑 | 1110111010110000101101101110100110001110101011101011010110111111 | eeb0b6e98eaeb5bf |
UTF-8 | 邂狗ョ疑 | 111010011000001010000010111001111000101110010111111011111011110110101110111001111001011010010001 | e98282e78b97efbdaee79691 |
UHC | 邂狗?疑 | 11111010101100111100111110110111001111111110101111110111 | fab3cfb73febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)