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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???一f? | 0011111100111111001111111000100011101010100000101000011000111111 | 3f3f3f88ea82863f |
EUC-JP | ???一f? | 0011111100111111001111111011000011101100101000111110011000111111 | 3f3f3fb0eca3e63f |
UTF-8 | 閱뤿쵇一f씭 | 111010011001011010110001111010111010010010111111111011001011010110000111111001001011100010000000111011111011110110000110111011001001010010101101 | e996b1eba4bfecb587e4b880efbd86ec94ad |
UHC | 閱뤿쵇一f씭 | 111001101111001110001111111010111010110010001001111011001110100110100011111001101001110110111110 | e6f38febac89ece9a3e69dbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)