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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | ?碩}Y?碩}bE | 0011111110010000110101110111110101011001001111111001000011010111011111010110001001000101 | 3f90d77d593f90d77d6245 |
EUC-JP | ?碩}Y?碩}bE | 0011111111000000110110010111110101011001001111111100000011011001011111010110001001000101 | 3fc0d97d593fc0d97d6245 |
UTF-8 | 뤜碩}Y뤜碩}bE | 1110101110100100100111001110011110100010101010010111110101011001111010111010010010011100111001111010001010101001011111010110001001000101 | eba49ce7a2a97d59eba49ce7a2a97d6245 |
UHC | 뤜碩}Y뤜碩}bE | 10001111110010111110000010110101011111010101100110001111110010111110000010110101011111010110001001000101 | 8fcbe0b57d598fcbe0b57d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)