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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?榕弔?? | 00111111100111101101010110010010101000100011111100111111 | 3f9ed592a23f3f |
EUC-JP | ?榕弔?? | 00111111110111001101011111000100101001000011111100111111 | 3fdcd7c4a43f3f |
UTF-8 | 뤚榕弔첂플 | 111010111010010010011010111001101010011010010101111001011011110010010100111011001011001010000010111011011001010010001100 | eba49ae6a695e5bc94ecb282ed948c |
UHC | 뤚榕弔첂플 | 10001111110010011110100110111110111100001100000010101010100011111100011111000011 | 8fc9e9bef0c0aa8fc7c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)