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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ツ舜ツ舜B | 11000010100011110111011111000010100011110111011101000010 | c28f77c28f7742 |
EUC-JP | ツ舜ツ舜B | 100011101100001010111101110110001000111011000010101111011101100001000010 | 8ec2bdd88ec2bdd842 |
UTF-8 | ツ舜ツ舜B | 11101111101111101000001011101000100010001001110011101111101111101000001011101000100010001001110001000010 | efbe82e8889cefbe82e8889c42 |
UHC | ?舜?舜B | 00111111111000101110111100111111111000101110111101000010 | 3fe2ef3fe2ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)