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 | ?N???? | 001111110100111000111111001111110011111100111111 | 3f4e3f3f3f3f |
SJIS-WIN | 短N村丹造速 | 1001001001011010010011101001000110111010100100100100111110010001101000101001000110101100 | 925a4e91ba924f91a291ac |
EUC-JP | 短N村丹造速 | 1100001110111011010011101100001010111100110000111011000011000010101001001100001010101110 | c3bb4ec2bcc3b0c2a4c2ae |
UTF-8 | 短N村丹造速 | 11100111100111111010110101001110111001101001110110010001111001001011100010111001111010011000000010100000111010011000000010011111 | e79fad4ee69d91e4b8b9e980a0e9809f |
UHC | 短N村丹造速 | 1101001110101101010011101111010110111101110100111010000111110000111000111110000111011100 | d3ad4ef5bdd3a1f0e3e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)