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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 轤ュ蜊貞穀LB | 1110011110000010101011011110010110001101100100101110010110001101100100100100110001000010 | e782ade58d92e58d924c42 |
EUC-JP | 轤ュ蜊貞穀LB | 111011011110001010001110101011011110100111101101110001001110011110111001111100100100110001000010 | ede28eade9edc4e7b9f24c42 |
UTF-8 | 轤ュ蜊貞穀LB | 1110100010111101101001001110111110111101101011011110100010011100100010101110100010110010100111101110011110101001100000000100110001000010 | e8bda4efbdade89c8ae8b29ee7a9804c42 |
UHC | ???貞穀LB | 001111110011111100111111111011111111011011001101110110100100110001000010 | 3f3f3feff6cdda4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)