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 | 悠?爭?? | 10010111010010010011111111100000101001010011111100111111 | 97493fe0a53f3f |
EUC-JP | 悠?爭?? | 11001101101010100011111111100000101001110011111100111111 | cdaa3fe0a73f3f |
UTF-8 | 悠렓爭얕롛 | 111001101000001010100000111010111010000010010011111001111000100010101101111011001001011010010101111010111010000110011011 | e682a0eba093e788adec9695eba19b |
UHC | 悠렓爭얕롛 | 11101010111011011000111010101000111011101011001110111110111010001000111011011111 | eaed8ea8eeb3bee88edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)