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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | フケ筅B | 1100110010111001111000101010010001000010 | ccb9e2a442 |
EUC-JP | フケ筅B | 10001110110011001000111010111001111001001010011001000010 | 8ecc8eb9e4a642 |
UTF-8 | フケ筅B | 11101111101111101000110011101111101111011011100111100111101011011000010101000010 | efbe8cefbdb9e7ad8542 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)