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 | 爺ゅ?節? | 1001011011101010100000101110001100111111100100001101111100111111 | 96ea82e33f90df3f |
EUC-JP | 爺ゅ?節? | 1100110011101100101001001110010100111111110000001110000100111111 | cceca4e53fc0e13f |
UTF-8 | 爺ゅ솮節뎈 | 111001111000100010111010111000111000001010000101111011001000011010101110111001111010111110000000111010111000111010001000 | e788bae38285ec86aee7af80eb8e88 |
UHC | 爺ゅ솮節뎈 | 11100101101011001010101011100101100110011010010011101111101111011000100101010110 | e5acaae599a4efbd8956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)