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 | Ó£u}YÓ£u}bE | 1101001110100011011101010111110101011001110100111010001101110101011111010110001001000101 | d3a3757d59d3a3757d6245 |
SJIS-WIN | ?£u}Y?£u}bE | 00111111100000011001001001110101011111010101100100111111100000011001001001110101011111010110001001000101 | 3f8192757d593f8192757d6245 |
EUC-JP | Ó£u}YÓ£u}bE | 1000111110101010110100011010000111110010011101010111110101011001100011111010101011010001101000011111001001110101011111010110001001000101 | 8faad1a1f2757d598faad1a1f2757d6245 |
UTF-8 | Ó£u}YÓ£u}bE | 110000111001001111000010101000110111010101111101010110011100001110010011110000101010001101110101011111010110001001000101 | c393c2a3757d59c393c2a3757d6245 |
UHC | ??u}Y??u}bE | 0011111100111111011101010111110101011001001111110011111101110101011111010110001001000101 | 3f3f757d593f3f757d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)