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 | 造???臍 | 10010001101000100011111100111111001111111110010001100000 | 91a23f3f3fe460 |
EUC-JP | 造???臍 | 11000010101001000011111100111111001111111110011111000001 | c2a43f3f3fe7c1 |
UTF-8 | 造렎渽렜臍 | 111010011000000010100000111010111010000010001110111001101011100010111101111010111010000010011100111010001000011110001101 | e980a0eba08ee6b8bdeba09ce8878d |
UHC | 造렎渽렜臍 | 11110000111000111000111010100100111011101010101010001110101011101111000010110000 | f0e38ea4eeaa8eaef0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)