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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?榕槽在 | 00111111100111101101010110010001100001011000110111011101 | 3f9ed591858ddd |
EUC-JP | ?榕槽在 | 00111111110111001101011111000001111001011011101011011111 | 3fdcd7c1e5badf |
UTF-8 | 뤚榕槽在 | 111010111010010010011010111001101010011010010101111001101010011110111101111001011001110010101000 | eba49ae6a695e6a7bde59ca8 |
UHC | 뤚榕槽在 | 1000111111001001111010011011111011110000110010111110111010100100 | 8fc9e9bef0cbeea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)