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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 揖o┬倚? | 100101110100101110000010100011111000010010100110100110001101111100111111 | 974b828f84a698df3f |
EUC-JP | 揖o┬倚? | 110011011010110010100011111011111010100010101000110100001110000100111111 | cdaca3efa8a8d0e13f |
UTF-8 | 揖o┬倚멊 | 111001101000111110010110111011111011110110001111111000101001010010101100111001011000000010011010111010111010100110001010 | e68f96efbd8fe294ace5809aeba98a |
UHC | 揖o┬倚멊 | 11101011111001111010001111101111101001101010100011101011111011111001000101000010 | ebe7a3efa6a8ebef9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)