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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孃ゃ?倚 | 10011011011011111000001011100001001111111001100011011111 | 9b6f82e13f98df |
EUC-JP | 孃ゃ?倚 | 11010101110100001010010011100011001111111101000011100001 | d5d0a4e33fd0e1 |
UTF-8 | 孃ゃ굟倚 | 111001011010110110000011111000111000001010000011111010101011010110011111111001011000000010011010 | e5ad83e38283eab59fe5809a |
UHC | 孃ゃ굟倚 | 1110010110111110101010101110001110000010100001111110101111101111 | e5beaae38287ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)