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 | 釥シ闔ァ爾 | 1111101111000000101111001110100010001110101001111000111010100010 | fbc0bce88ea78ea2 |
EUC-JP | 釥シ闔ァ爾 | 1000111111100011101010111000111010111100111011111110111010001110101001111011110010100100 | 8fe3ab8ebcefee8ea7bca4 |
UTF-8 | 釥シ闔ァ爾 | 111010011000011110100101111011111011110110111100111010011001011110010100111011111011110110100111111001111000100010111110 | e987a5efbdbce99794efbda7e788be |
UHC | ??闔?爾 | 00111111001111111111100111101111001111111110110010110011 | 3f3ff9ef3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)