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 | 儀??儀?├ | 100010110101011000111111001111111000101101010110001111111000010010100101 | 8b563f3f8b563f84a5 |
EUC-JP | 儀??儀?├ | 101101011011011100111111001111111011010110110111001111111010100010100111 | b5b73f3fb5b73fa8a7 |
UTF-8 | 儀붾젉儀뷂├ | 111001011000010010000000111010111011011010111110111011001010000010001001111001011000010010000000111010111011011110000010111000101001010010011100 | e58480ebb6beeca089e58480ebb782e2949c |
UHC | 儀붾젉儀뷂├ | 111010111111000010010100111010111010000010001011111010111111000010010100111011111010011010100111 | ebf094eba08bebf094efa6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)