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 | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
UTF-8 | 吏쇱콠y吏쇱콠yB | 111011111010011110011110111011001000011110110001111011001011110110100000011110011110111110100111100111101110110010000111101100011110110010111101101000000111100101000010 | efa79eec87b1ecbda079efa79eec87b1ecbda07942 |
UHC | 吏쇱콠y吏쇱콠yB | 111011001010011110111100111011001011000110011000011110011110110010100111101111001110110010110001100110000111100101000010 | eca7bcecb19879eca7bcecb1987942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)