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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茘壱シ螳 | 11100100101010111000100011101011101111001110010110101110 | e4ab88ebbce5ae |
EUC-JP | 茘壱シ螳 | 1110100010101101101100001110110110001110101111001110101010110000 | e8adb0ed8ebceab0 |
UTF-8 | 茘壱シ螳 | 111010001000110010011000111001011010001110110001111011111011110110111100111010001001111010110011 | e88c98e5a3b1efbdbce89eb3 |
UHC | ???螳 | 0011111100111111001111111101001111011001 | 3f3f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)