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?? | 00111111010011100011111100111111 | 3f4e3f3f |
SJIS-WIN | 但N達谷 | 10010010010000010100111010010010010000101001001001001010 | 92414e9242924a |
EUC-JP | 但N達谷 | 11000011101000100100111011000011101000111100001110101011 | c3a24ec3a3c3ab |
UTF-8 | 但N達谷 | 11100100101111011000011001001110111010011000000110010100111010001011000010110111 | e4bd864ee98194e8b0b7 |
UHC | 但N達谷 | 11010011101000110100111011010011101110011100110111011011 | d3a34ed3b9cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)