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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歟??竊?? | 1001111101100010001111110011111111100010100001100011111100111111 | 9f623f3fe2863f3f |
EUC-JP | 歟??竊?? | 1101110111000011001111110011111111100011111001100011111100111111 | ddc33f3fe3e63f3f |
UTF-8 | 歟㏐퇊竊쒏씭 | 111001101010110110011111111000111000111110010000111011011000011110001010111001111010101110001010111011001001001010001111111011001001010010101101 | e6ad9fe38f90ed878ae7ab8aec928fec94ad |
UHC | 歟㏐퇊竊쒏씭 | 111001101010001010100111111010101011011110011011111011111011110010011100111001101001110110111110 | e6a2a7eab79befbc9ce69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)