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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趾ア尞 | 1110011011100100101100011111101010101011 | e6e4b1faab |
EUC-JP | 趾ア尞 | 11101100111001101000111010110001100011111011101011101011 | ece68eb18fbaeb |
UTF-8 | 趾ア尞 | 111010001011011010111110111011111011110110110001111001011011000010011110 | e8b6beefbdb1e5b09e |
UHC | 趾?? | 11110010101111110011111100111111 | f2bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)