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?? | 00111111011101010011111100111111 | 3f753f3f |
SJIS-WIN | 奪u達谷 | 10010010010001000111010110010010010000101001001001001010 | 9244759242924a |
EUC-JP | 奪u達谷 | 11000011101001010111010111000011101000111100001110101011 | c3a575c3a3c3ab |
UTF-8 | 奪u達谷 | 11100101101001011010101001110101111010011000000110010100111010001011000010110111 | e5a5aa75e98194e8b0b7 |
UHC | 奪u達谷 | 11110111101011000111010111010011101110011100110111011011 | f7ac75d3b9cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)