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??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?要Y?要bE | 001111111001011101110110010110010011111110010111011101100110001001000101 | 3f9776593f97766245 |
EUC-JP | ?要Y?要bE | 001111111100110111010111010110010011111111001101110101110110001001000101 | 3fcdd7593fcdd76245 |
UTF-8 | 뿺要Y뿺要bE | 111010111011111110111010111010001010011010000001010110011110101110111111101110101110100010100110100000010110001001000101 | ebbfbae8a68159ebbfbae8a6816245 |
UHC | 뿺要Y뿺要bE | 1001011110111010111010011010100101011001100101111011101011101001101010010110001001000101 | 97bae9a95997bae9a96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)